You set the input tag names by overriding the ‘input_label’ method.  So, if 
your Iop class was named ‘myIop’, you would have code like this in the 
‘protected’ section of your class definition:

 

const char* myIop::input_label(int n, char*) const

{

     switch (n) {

       case 0: return "input0";

       case 1: return "input1";

       default: return "";

     }

}

 

Clear?

 

Steve

 

 

From: [email protected] 
[mailto:[email protected]] On Behalf Of friedpictures
Sent: Thursday, January 31, 2013 2:37 PM
To: [email protected]
Subject: [Nuke-dev] PrmanRender node and global RenderMan options

 

Hi, 
(sorry I wasn't getting much love at Nuke_Users list so I am posting to the dev 
list)

Is there a way to pass a global RenderMan option to PrmanRender node (via any 
means such as ModifyRib node), but that will act globally on a pre-frame level? 
In particular we are looking to add the aperture (bokeh) effect to the 
stochastic (hidden) hider. 

Thanks 
(NukeX 7.0v4, prman 17.0)

_______________________________________________
Nuke-dev mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev

Reply via email to