kunz Difference between revisions of "Houdini USD Cookbook"

Difference between revisions of "Houdini USD Cookbook"

From kunz
Line 1: Line 1:
[https://www.sidefx.com/docs/houdini//solaris/pattern.html Primitive matching patterns]
[https://www.sidefx.com/docs/houdini//solaris/pattern.html Primitive matching patterns]
<syntaxhighlight lang='C'>
%rendercamera
%rendercamera
%rendersettings
%rendersettings
%bound(/cameras/camera1, fovscale = 1.1)
%bound(/cameras/camera1, fovscale = 1.1)
 
{ usd_istype(0, @primpath, "DiskLight") }
</syntaxhighlight >


[https://www.sidefx.com/docs/houdini//solaris/vex.html Using VEX with USD]
[https://www.sidefx.com/docs/houdini//solaris/vex.html Using VEX with USD]

Revision as of 21:50, 17 September 2024

Primitive matching patterns

%rendercamera
%rendersettings
%bound(/cameras/camera1, fovscale = 1.1)
{ usd_istype(0, @primpath, "DiskLight") }

Using VEX with USD

Karma Standard Render Vars

LPEs