kunz Difference between revisions of "Houdini USD Cookbook"

Difference between revisions of "Houdini USD Cookbook"

From kunz
 
(3 intermediate revisions by the same user not shown)
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
%rendercamera
%rendersettings
%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]
<syntaxhighlight lang='C'>
usd_worldtransform
</syntaxhighlight >


[https://www.sidefx.com/docs/houdini/nodes/lop/karmastandardrendervars.html Karma Standard Render Vars]
[https://www.sidefx.com/docs/houdini/nodes/lop/karmastandardrendervars.html Karma Standard Render Vars]


[https://renderman.pixar.com/resources/RenderMan_20/risLPEs.html LPEs]
[https://renderman.pixar.com/resources/RenderMan_20/risLPEs.html LPEs]

Latest revision as of 21:51, 17 September 2024

Primitive matching patterns

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

Using VEX with USD

usd_worldtransform


Karma Standard Render Vars

LPEs