It seems to be fixed in the 6.3v8 version ! Was in 6.3v5
----- Mail original ----- De: [email protected] À: "Nuke Python discussion" <[email protected]> Envoyé: Lundi 26 Novembre 2012 13:24:38 Objet: [Nuke-python] Cascading_Pulldown_Choice BUG ? Hi Nukers, There's a quite simple behavior that seems a bit weird (at least for me), surely a bug (is it known ?) A Cascading_Pulldown_Choice knob doesn't keep its display after a recreation (copy/paste or comp reload) To illustrate, just copy/paste/execute the following snippet /code/ noop = nuke.createNode("NoOp") preset_list = ["item1/sub1", "item1/sub2", "item2/sub1", "item2/sub2"] pulldown = nuke.CascadingEnumeration_Knob("preset", "Preset", preset_list) noop.addKnob(pulldown) /code/ Copy/paste the resulting node and examine the new pulldown, it doesn't keep its cascading structure. It's now just a simple Pulldown_Choice without cascading capabilities. Any known workaround ? Cheers, philhub _______________________________________________ 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
