I need to create a new viewer and open it in a floating panel.
Normally for nodes I would do like this:

viewr = nuke.Node("Viewer")
> nuke.show(viewr,True) #<- should make it floating...
>

but that does not work for the viewer (I guess its because its a panel
itself).
Anyone tried this before? Or know how to "undock" a panel like the viewer?
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to