Tomas Slancik

tamte

About Me

業界:
Advertising / Motion Graphics

Connect

LOCATION
New York, United States
ウェブサイト

Houdini Engine

Availability

I am currently employed at Method Studios

Recent Forum Posts

Procedurally generate a sine wave in a chramp? 2026年2月24日2:44

If you want to procedurally define key positions and values use spline() [www.sidefx.com] or ramp_lookup() [www.sidefx.com] function

You can likely also just multiply sin() and -exp() functions for similar shape without having to sample any ramp

Python callback to run every time any HDA parameter change 2026年2月18日22:54

You can probably register node event callback [www.sidefx.com] for each HDA instance to handle hou.nodeEventType.ParmTupleChanged

You likely want to add it during HDA's OnLoaded callback as the node event callbacks don't persist between sessions

vdpfrompolygons node. How can I getback the objects details 2026年2月8日9:49

likely because you don't have UVs on the remeshed geo since displacement map relies on that

you may have some luck with Labs UV Transfer to transfer vertex uv attribute from original geo to remeshed geo

or alternatively you can create new UVs and bake the new displacement map