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:
2009-11-20 21:04:41 +00:00
parent acf0fbbf70
commit 03cfcc6007
9 changed files with 136 additions and 269 deletions

View File

@@ -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()