login

capture

"go back"

capture is a nuke python script to share node setups and images with other users. After installing a folder you need to select a directory where to save node setup and images. Nuke will then always save in and load from that directory. With this script compositors can share as many node setups and images with other compositors as they like and improve the workflow. It's also nice to transfer and synchronize all your node setups to several machines, if you're working on different machines

How to instal capture?


Download capture and copy it into your nuke home directory.
In your init.py add this line:

nuke.pluginAddPath("capture")

Download

capture_01
Initial release
This is old legacy code. Although it works as expected, it doesn't reflect my current experience level and coding style anymore. This code needs to be updated to the latest code format in the future. However, I haven't found the time to do so, yet.
What is 1 + 4?

Simon

09/22/2014
Hey Paul, I noticed the same problem. Its because the panel is initialized when everything is loaded. If you put the script inside your plugins folder inside the nuke app then it s loaded earlier and then you should be able to have the wid loaded when nukes interface is loaded.

Paul

09/17/2014
Hey, thank You very much for great tool its really really usefull. But I catch some bug when I try to add floating window with your plugin to pane and store this layout and when I start nuke next time appears error messege Dock Layout Parse error at line 39, column 46: Can create page capture nodes. Is there any posibility to fix this?

other code projects