-
Notifications
You must be signed in to change notification settings - Fork 35
UI improvements #175
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
UI improvements #175
Conversation
| update=update_node_tree | ||
| ) | ||
|
|
||
| class NTP_OT_AddCompositorNodeGroupSlot(bpy.types.Operator): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I imagine a lot of these classes could probably inherit from a common base class, might not have time for this release though
|
|
||
| from enum import Enum, auto | ||
|
|
||
| class NodeGroupType(Enum): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NodeGroupType and NodeGroupGatherer probably aren't appropriately placed
This PR begins the revamp of NodeToPython's UI, in preparation for supporting more node tree types and exporting multiple node groups at once.
Changes
Features
Refactor
classes: list[type]to be registered and unregistered in the base__init__.pyregister_props()andunregister_props()for registering global variables to the scene.Other
NodeToPythonMenuclass, which wasn't actually usedIssues
Completed
In Progress
TODO