Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SverchokUpdateObjectIn - Operator #2386

Closed
Durman opened this issue Mar 15, 2019 · 3 comments
Closed

SverchokUpdateObjectIn - Operator #2386

Durman opened this issue Mar 15, 2019 · 3 comments

Comments

@Durman
Copy link
Collaborator

Durman commented Mar 15, 2019

While I was trying to understand update system of Sverchok I faced with operator that can call for updating node tree but I didn't manage to finde usage of the operator. May be it be should deleted?

sverchok/ui/sv_panels.py

Lines 32 to 36 in c0af4e8

class SverchokUpdateObjectIn(bpy.types.Operator):
"""Sverchok update all object in"""
bl_idname = "object.sverchok_update_object_in"
bl_label = "Sverchok update all"
bl_options = {'REGISTER', 'UNDO'}

@zeffii
Copy link
Collaborator

zeffii commented Mar 15, 2019

yeah, i think it can be removed.. nothing seems to call it.

@zeffii
Copy link
Collaborator

zeffii commented Mar 15, 2019

... i might have added that a while back to call from another program :)

Durman added a commit that referenced this issue Mar 15, 2019
@Durman
Copy link
Collaborator Author

Durman commented Mar 15, 2019

Done)

@Durman Durman closed this as completed Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants