|
Hi, how to select joint hierarchy with the script, or if select the parent joint the i want to select whole hierarchy (listReleatives or listConnections) like.
so how to do this
b’se i want to create spine stretch, i created script for arclength, multiplydivide nodes,and connecting arclength to multplydivides with just one click. but when connection to create for m’divide node to joints i have to select joints manually in outliner, instead of this how can i select hierarchy with script.
Krishna
|
|
|
|
Very Simple:
select -hi;
Selecting First Joint with hierarchy with Script:
select "Your Joint name without quotes"; select -hi;
|
|
|