Use a Link_Knob.

ex:

link = nuke.Link_Knob('test', 'test')
link.setLink('%s.<knobname>' % <node_object>.fullName())
groupnode.addKnob(link)



On Sat, Aug 13, 2011 at 8:41 AM, Howard Jones <[email protected]> wrote:
> Hi
> I've creating a group and adding nodes inside. How do I get the Group to
> expose the knobs on a particular node?
> ie the same as if I manually selected manageUserKnobs -> pick in the gui
> Thanks
> Howard
>
> _______________________________________________
> Nuke-python mailing list
> [email protected], http://forums.thefoundry.co.uk/
> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
>
>
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to