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
Different Mtlx Constant or Image for specific UDIMs? May 27, 2026, 6:20 p.m.
ajz3dyou should be able to just use MtlX UDIM Patch node directly in the shader to get UDIM number from provided texture coordinate value
First I created a udim_tilefor each SOP primitive
<UDIM> tag and "op:" to COPs May 27, 2026, 12:15 a.m.
malexanderin File COP you can use
(but unfortunately I don't know the syntax of that token)
<UDIM>
however if you are generally trying to insert the currently cooked UDIM number within some expression then use
@UDIM
Wrong Dimensions Using Oriented Bound Box to create a grid May 27, 2026, 12:08 a.m.
bbox() function gives you axis aligned bbox of the geo, it doesn't matter that the geo is the result of fitting oriented bounding box to other geo
you can however output Radii Attribute from your Bounds SOP to get the XYZ half size values for the fitted oriented bbox
you can however output Radii Attribute from your Bounds SOP to get the XYZ half size values for the fitted oriented bbox