yeshi yeshi

yeatshai

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How to use For Loop SOP to iterate over a dict? March 8, 2024, 2:06 a.m.

Using python in blast should meet your requirements
geo = hou.pwd().input(0).geometry()
dic = geo.attribValue('detail_attrib')
lis = [k for k,v in dic.items() if v==1]
return(' '.join(lis))

Image Not Found

Python equivalent of expandpointgroup()? Dec. 25, 2023, 1:36 a.m.

Pathdeform - scale on 2 axes Dec. 6, 2022, 8:46 p.m.

create scale attribute on the path, Set different values for x and y of the scale attribute, This may solve your problem.