yeshi yeshi

yeatshai

About Me

Connect

LOCATION
Not Specified
ウェブサイト

Houdini Skills

Availability

Not Specified

Recent Forum Posts

How to use For Loop SOP to iterate over a dict? 2024年3月8日2:06

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()? 2023年12月25日1:36

Pathdeform - scale on 2 axes 2022年12月6日20:46

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