Message 1 of 1
Maya Python GUI - how to be able to drag select on a window using maya.cmds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello. I'm trying to make a picker. I currently have it so that a button stores the selection and if you click it it selects whatever object, BUT I'd prefer to have it so that the person can drag select the amount of things they'd want to select.
I'm aware I could use PySide or QT for this, but I'm trying to keep it to maya.cmds for certain reasons.
If anyone can help me out or give me a hint as to where I can look further for a solution, that'd be appreciated.