yeshi yeshi

yeatshai

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Precise Transforms Match a Geo onto another Geo Aug. 1, 2024, 10:53 p.m.

3 point align in Houdini
Place a transform under the object to be aligned, turn on point snapping in the scene view, Enter to the scene view, click "'",";" on the keyboard in sequence(Press the single quotation mark and semicolon on the keyboard.), right-click and select "Use Extended Mode", select points 1, 2, and 3 on the source object in sequence, click "'",";" again, select points 1, 2, and 3 on the target object in sequence, and finish.

How to merge Recipes files from different paths into one? July 24, 2024, 10:29 p.m.

In the Asset Manager, right-click the file you want to merge and select Merge with Library..., then select the file you want to merge it into.

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