Re: [Maya-Python] RMB maya menu

2015-06-03 Thread Ian Jones
Err: global proc DagMenuProc(string $nodeName, string $parentMenu) Ian On Wed, Jun 3, 2015 at 5:58 PM, Ian Jones wrote: > Your likely talking about the dagMenuProc > > Which you can extend with the function signature (mel): global proc > DagMenuProc(string $parentMenu) > > On Wed, Jun 3, 2015 a

Re: [Maya-Python] RMB maya menu

2015-06-03 Thread Ian Jones
Your likely talking about the dagMenuProc Which you can extend with the function signature (mel): global proc DagMenuProc(string $parentMenu) On Wed, Jun 3, 2015 at 3:35 PM, Todd Widup wrote: > no, the RMB context sensitive menus > > On Wed, Jun 3, 2015 at 3:24 PM, Joe Weidenbach wrote: > >> A

Re: [Maya-Python] RMB maya menu

2015-06-03 Thread Todd Widup
no, the RMB context sensitive menus On Wed, Jun 3, 2015 at 3:24 PM, Joe Weidenbach wrote: > Are you talking about Marking Menus? > > On Wed, Jun 3, 2015 at 3:21 PM, Todd Widup wrote: > >> so you know the RMB menu you get..whats it called and any pointers on >> creating a custom one? >> >> -- >>

Re: [Maya-Python] RMB maya menu

2015-06-03 Thread Joe Weidenbach
Are you talking about Marking Menus? On Wed, Jun 3, 2015 at 3:21 PM, Todd Widup wrote: > so you know the RMB menu you get..whats it called and any pointers on > creating a custom one? > > -- > Todd Widup > Creature TD / Technical Artist > t...@toddwidup.com > todd.wi...@gmail.com > www.toddwidup

[Maya-Python] RMB maya menu

2015-06-03 Thread Todd Widup
so you know the RMB menu you get..whats it called and any pointers on creating a custom one? -- Todd Widup Creature TD / Technical Artist t...@toddwidup.com todd.wi...@gmail.com www.toddwidup.com -- You received this message because you are subscribed to the Google Groups "Python Programming f