Sounds like a bug to me, or at least an oversight worth a feature request.

-Nathan

From: andi 
Sent: Sunday, June 17, 2012 9:05 AM
To: nuke-python@support.thefoundry.co.uk 
Subject: [Nuke-python] insert item into 'property' menu

i'm trying to insert new item into the 'property' menu, but i can't set 
position by set the index value.

x=nuke.menu('Properties')
x.addCommand('Track Shape', 'trackShape()',index=6)

the index=6 is not working , the item is added into the top of the menu 
(index=0) . For comparison , if i add it into the other menu ( for example : 
animation menu) then indexing works fine. Why can't i make it work on 
'property' menu ? 

Thanx
Andi


--------------------------------------------------------------------------------
_______________________________________________
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
_______________________________________________
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