prSelectionUi (2024.8)
# DESCRIPTION
A dynamic User Interface (UI) to manage selections and poses in Autodesk Maya.
Demo video: https://vimeo.com/pazrot/prselectionui
# USAGE
Requires PyMEL to be installed for your Maya version.
Put the file prSelectionUi.py in your Maya scripts folder and execute:
- Python:
import prSelectionUi;prSelectionUi.UI()
- MEL (for marking menu, ...):
python("import prSelectionUi;prSelectionUi.UI()");
# VERSIONS
2024-08-02 / 2024.8: fixed error when launching UI for the first time (pymel bug)
2023-09-01 / 2023.0: python 3 compatibility (Maya version >2022.x)
2016-06-01 / 0.9.9: nonforced dockable confirmdialog
2012-12-25 / 0.9.8: Pose % items added to Pose middle mouse click menu // Autofocus on panel (tool shortcuts keep working)
2012-12-15 / 0.9.7: added option "UI: toggle tablayout" to switch display between tablayout and drop down menu
2012-12-12 / 0.9.6: bugfix (maya crashed for some users) // does not work with older sets
2012-12-11 / 0.9.5: loads faster, no crashes // changed mouse-click menus // new members UI // tabs are now called sets and in optionMenu
2012-04-20 / 0.9.3: pose support added // tweaks (button ordering,..) // can't read sets from old version
2012-04-15 / 0.9.2: tweaks (no popup when changing member status, show/hide shape visible in button,..)
2012-04-13 / 0.9.1: removed limitations // new features // can't read sets from old version
2012-03-01 / 0.9.0: first version
Named individual license