Tomas Slancik
tamte
About Me
INDUSTRY
Advertising / Motion Graphics
Connect
LOCATION
New York,
United States
WEBSITE
Houdini Skills
Availability
I am currently employed at Method Studios
Recent Forum Posts
curveu accuracy in Resample SOP May 18, 2026, 7:32 p.m.
this is expected, even though not the most convenient
since Curve U Attribute output from Resample SOP will contain u value of the input curve not the output one
so while it's technically doing what the node help or tooltips describe, I tend to always use separate node dedicated to compute the u and in the domain I need, whether it is another Resample SOP, or vertexcurveparam() for evenly resampled curves or Edge Transport SOP or vertexcurveparam() + primuvconvert() combo for computing unitlength u domain on curves with uneven segment lengths, etc...
since Curve U Attribute output from Resample SOP will contain u value of the input curve not the output one
so while it's technically doing what the node help or tooltips describe, I tend to always use separate node dedicated to compute the u and in the domain I need, whether it is another Resample SOP, or vertexcurveparam() for evenly resampled curves or Edge Transport SOP or vertexcurveparam() + primuvconvert() combo for computing unitlength u domain on curves with uneven segment lengths, etc...
Solaris Arnold: Cant see backfacing polygons [{SOLVED}] May 12, 2026, 6:23 p.m.
Render Geometry Settings/Arnold/Normals
and switch to Set Or Create any of the double sied properties you want, at least Camera and Shadow, but likely all of them:
and switch to Set Or Create any of the double sied properties you want, at least Camera and Shadow, but likely all of them:
Point deforming eyelid issue May 8, 2026, 3:23 p.m.
I think it's more of an oversight on Point Deform
Tools that are able to match points or prims by attribute usually allow you to specify the attrib name in the UI
I'd personally not use "ids" as that's not descriptive of anything
i use "id" for individual points or prims for the purpose of matching them up, but if I need them for something more specific I try to give them more descriptive name, like "eye_id" or something
Tools that are able to match points or prims by attribute usually allow you to specify the attrib name in the UI
I'd personally not use "ids" as that's not descriptive of anything
i use "id" for individual points or prims for the purpose of matching them up, but if I need them for something more specific I try to give them more descriptive name, like "eye_id" or something