yeshi yeshi
yeatshai
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
Precise Transforms Match a Geo onto another Geo 2024年8月1日22:53
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.
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? 2024年7月24日22:29
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? 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