Chris Waller
wallasaurus
About Me
Connect
LOCATION
Not Specified
WEBSITE
Houdini Skills
Availability
Not Specified
Recent Forum Posts
KINEFX Hierarchy "Path" Attribute July 25, 2025, 7:15 a.m.
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!
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!