Node Editor - More Cleanups (Reshuffling):
- removing duplicate chunks of code -> hide unused sockets now works - moving some functions to the files that they get called from -> view all/home - made duplicate a macro operator like the other places that work like this, eliminating the unnecessary transform-related property there still - removed a few chunks of unused code
This commit is contained in:
@@ -111,7 +111,7 @@ class NODE_MT_node(bpy.types.Menu):
|
||||
|
||||
layout.itemS()
|
||||
|
||||
layout.itemO("node.duplicate")
|
||||
layout.itemO("node.duplicate_move", text="Duplicate")
|
||||
layout.itemO("node.delete")
|
||||
|
||||
layout.itemS()
|
||||
|
||||
Reference in New Issue
Block a user