Created
June 10, 2020 19:56
-
-
Save bohdon/7ba68ab894ece5365933e3599ac7aa4e to your computer and use it in GitHub Desktop.
Select rotateAxis on all selected nodes in Maya
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pymel.core as pm | |
| rotateAxes = [s.rotateAxis for s in pm.selected()] | |
| pm.select(rotateAxes) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment