Hi Nathan, im implement in op.h: virtual const char* input_label(int, char*) const; its not working any example how to implement Thanks..
On Wed, Aug 14, 2013 at 9:53 PM, Nathan Rusch <[email protected]>wrote: > You implement it on your plugin class. The base signature is in <Nuke > Install Path>/include/DDImage/Op.h: > > virtual const char* input_label(int, char*) const; > > > -Nathan > > > *From:* david george <[email protected]> > *Sent:* Wednesday, August 14, 2013 4:35 AM > *To:* [email protected] > *Subject:* [Nuke-users] How to change Arrow name > > HI > nathan Rusch, > > You need to implement Op::input_label and return a name based on the > input’s index > but whr exact implement op::input_label this Line in which Folder > > > Thanks > > ------------------------------ > _______________________________________________ > Nuke-users mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users > > > _______________________________________________ > Nuke-users mailing list > [email protected], http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >
_______________________________________________ Nuke-users mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users
