Message 1 of 3
quick script to switch control selection to the opposite controller

Not applicable
02-22-2018
07:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
I have virtually no mel/python knowledge. So I was hoping this might be something super easy you could help me out with!
Im trying to make a little script that, first looks at the name of the animation control I have selected.
for example:
namespacedCharactername:HandCtrl_L
and switchs the selection to the opposite control, so in this example
namespacedCharactername:HandCtrl_R
if we presume that naming conventions are always the same, just the character name, and the name of the controller will change, but not the format of the naming convention
Thanks!