dropIt - like in flame v2.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Simon Jokuschies
intuitive deleting inside Nuke: delete selected nodes by just dragging them to the bottom of the screen - like in flame.
Requirements:
8.0 or later
Linux, Mac, Windows
8.0 or later
Linux, Mac, Windows


intuitive deleting inside Nuke: delete selected nodes by just dragging them to the bottom of the screen - like in flame.
Demo video can be found here: http://www.leafpictures.de/dropIt
v02: Command in the menu bar 'Scripts/toggleDropIt', to enable/disable the dropIt function. By default dropIt is enabled when nuke is launched.
How to instal dropIt
Download dropIt and copy the whole folder into your nuke home directory.
In your init.py add this line:
nuke.pluginAddPath('dropIt')
Please login in order to download these files.
Comments
-Chris
# not recognizing the undo section - just keeps seeing it as a move
nuke.Undo.name("dropIt - Delete Node")
nuke.Undo.begin()
for node in nuke.selectedNodes():
nuke.delete(node)
nuke.Undo.end()
but it only picks up the initial move of the node item. Any thoughts it seems to be out of my knowledge on how to add that functionality.
I ask for it as somehow I have accidentally deleted the odd node and when its gone its gone.
Otherwise I love this!
RSS feed for comments to this post