To run the script copy the file
"gn_toggleBoneLabels.py"
to your maya scripts dir ("...\maya\2009\scripts\" )
Then type this in your script editor:
import gn_toggleBoneLabels
Now you can run the script with this command:
gn_toggleBoneLabels.labelBones()
MEL Users just copy the MEL Code out of the python file and run it directly in the editor
_________________________________________________________________________________
!!! Changed the whole approach !!!
You can now select the Label in the Viewport and your corresponding Joint will be selected.
Run the script and all selected Joint will be labeled. Run it again to delete the labels.
You can now even turn of Joint Display for a more cleaned up Viewport and still manipulate the joints...
___________________________________________________________________________
This tiny Helper toggles the Labels of all selected Bones.
This is useful for Skinning (Scene Navigation in general)
The Labelname is taken from the Bonename. If you change the Bonenames run the script again
Just copy the content of the mel script in your script editor and drag it to your shelf bar.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.