What is "viewPanes" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am creating a script where i am creating marking menus where it is parent to "viewPanes".
ex:
cmds.popupMenu("nameMenu", mm=True, p="viewPanes", pmc=myfunction, pmo=False, b=2, alt=False, ctl=True, sh=False)
so can anyone explain me what is "viewPanes" ?
as far i found out all "modelpanels" those are connected to maya's viewport are might be "viewPanes"
but as we tear off that "modelpanels" it's no longer "viewPanes".
and if we change any panel in to "graphEditor" it is also "viewPanes" as i pop it out it is no longer "viewPanes"
i have created 3 marking menus those hotkeys are below:
1. ctrl+mmb
2. shift+mmb
3. ctrl+shift+mmb
my main problem is my all marking menu is working fine.
but if in "graphEditor" when it is connected to panel hotkey shift+mmb also creating marking menu shift+mmb supposed to shift keys in graph.
and as i use "graphEditor" as window shift+mmb start working again.