Go Back   3-D Animation forums > << CLASS >> > MEL-o-Drama
Blogs FAQ Community Calendar New Posts


 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old April 14th, 2010, 08:53 AM
philmc's Avatar
philmc philmc is offline
Administrator
 
Join Date: Sep 2008
Posts: 1,286
Default Select joint hierarchy

// Simple script that selects only the joints in your rig (ignores constraints, effectors, etc.)
// Select the root joint and execute
// modified 4.14.10

select -r -hi;
string $joints[] = `ls -sl -type joint` ;
select -r $joints ;
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 04:22 PM.


Design & Development by DŽIpac
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.