im_dontRenderNodes v1.1


 
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Igor Majdandzic
Add nodes and make them not-renderable by adding 'dr_' in front of the name. Useful for charts, text nodes, etc.
Requirements:
5.2, 6.0, 6.1 or later
Linux, Mac, Windows
21 Sep 2010
72

Putting 'dr_' (without quotes) in front of the node name makes it not renderable. On render time nuke disables them and enables them after the render.

The re module checks the front of the name, so it is not case-sensitive.

 

Put these lines into your menu.py

import im_dontRenderNodes

nuke.addBeforeRender(im_dontRenderNodes.dR_nodes)
nuke.addAfterRender(im_dontRenderNodes.r_nodes)
Please login in order to download these files.

You have no rights to post comments

We have 2343 guests and 27 members online