You can't insert knobs at user-specified positions, no. Prior to Nuke 6.3 it was possible to remove a knob and then add it back to the same node, so you could fake this behavior with a simple wrapper (popping off knobs up to your specified knob index, adding the new one, then re-adding the originals). However, this was broken in 6.3 (logged), and is still in need of fixing.
-Nathan On May 16, 2012, at 6:54 AM, "Tomas" <[email protected]> wrote: > Hi nukers, > > I am a bit stuck right now. I create dynamically knobs when user clic on a > pythonButton, but I would like to define where these knobs will be created > > I'm not sure it is really clear, so imagine you have two sliders and I want > to create a third one but between the twos... Is there a way to do it? > > > Thanks! > > Tomas > > > > Tomas Lefebvre > Digital Compositor / TD > _______________________________________________ > 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
