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
29 Aug 2014
122

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   

 
0 # Chris Forrester 2015-08-17 14:47
I guess it is meant to work this way but if I have an expression on the node it will not delete for me. Any thoughts?

-Chris
 
 
0 # Chris Forrester 2015-08-26 14:39
Also any way to set an undo point? I tried something like this

# 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!
 

You have no rights to post comments

We have 3122 guests and 92 members online