smann|3D
Pages
Home
smannsProductionTerms
Smanns Small Annoying things in Maya
reference
Wednesday, August 29, 2018
select curves in hierarchy
//select the curves in hierarchy
{
select -hi `ls -sl -dag -type "nurbsCurve"`;
string $sel[] = `ls -sl`;
select -clear;
for ($e in $sel)
select -add `listRelatives -p $e`;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment