Closing groups within a tab

Hi guys, I have another problem with groups within Tabs created in Python. I can create a group with no problem with

Code:

knob = nuke.Tab_Knob("test", "Test", True)


as I explained in http://www.vfxtalk.com/forum/creatin…on-t26900.html.

The problem is that I cannot close the group. That is, if I add more knobs after that call, all of them are created inside the group *which is good) but I cannot stop it! I mean, I cannot create anything outside the group from now on. I’ve been trying with nuke.EndTagGroup_Knob() and things like this with no luck.

Does anybody know how I could do this?
Many thanks!

No Responses to “Closing groups within a tab”

Post a Comment