drop clips from RV's session manager into Nuke's DAG
rvDropping
Updated: 11 April 2012
Author: frank
Compatible Nuke versions: 6.2 or later
Compatibility: Linux, Mac, Windows
1.3: fixed indentation error
1.2: this should make it workable on windows as well. I haven't been able to test it, so please leave feedback if there are any problems.
1.1: some fixes to support various padding formats as well as white spaces in file names
This enables Nuke to receive data that was dragged out of RV's session manager to create Read nodes.
Right now only RV's source entities are supported.
To activate, place this file in your plugin path and add the following lines to your menu.py:
1 2 |
from rvDropping import rvDropping nukescripts.addDropDataCallback( rvDropping ) |