|
#2
|
||||
|
||||
|
Here's the MEL code that will allow you to select only the joints in a hierarchy for baking the keys.
// Begin copy // Select the root joint only and execute this script select -hi ; // selects the hierarchy string $joints[] = `ls -sl -type joint` ; // puts the selected joints into an array select -r $joints ; // select the array of joints print (size($joints)) ; // print the total number of joints |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT -5. The time now is 06:24 AM.
Design & Development by DŽIpac
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.






Threaded Mode