A Maya tool for reordering custom attributes with an efficient UI.
- Reorder any attributes on any Maya nodes (even locked and non keyable attributes).
- Keeps the attributes connected.
- Live connection for item selection between maya and the tool.
- User-friendly UI built with Qt.
ReorderAttrs/
├── config/ # Configuration and settings
├── maya_logic/ # Maya attribute operations
├── ui/ # Qt-based user interface
├── resources/ # Icons and stylesheets
- Place this folder in your Maya scripts directory.
- Run the script from Maya's Script Editor or from one of your shelves.
from ReorderAttrs.ui import main
main.launch()- Autodesk Maya (up to 2025, go to my gumroad for 2026 version and above).
- PySide2/PyQt5.
For issues, questions, or contributions, reach out at rvillier99@gmail.com.
