Chris Waller

wallasaurus

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Engine

Availability

Not Specified

Recent Forum Posts

KINEFX Hierarchy "Path" Attribute 2025年7月25日7:15

Handy script!

I was getting some weirdness in the path order and had to reverse the order of the names, like this-

for(int i = 0; i < len(ancestors); i++) {
int j = len(ancestors)-i;
names = point(0, "name", ancestors);
}

Otherwise very handy - thanks!