Whats New - Version 7.4.9July 15 2016 |
Args Procs MenuThe procs button ({}) now displays a list of the parameter names prefixed with the name of their host page (panel) names. For example.
|
shader
stToColor(
float s = 0 [[
string widget = "null",
int lockgeom = 0
]],
float t = 0 [[
string widget = "null",
int lockgeom = 0
]],
color patcolor = color(1,1,0)
[[
string label = "Pattern Color",
]],
output color resultRGB = 0
)
|
<args format="1.0">
<shaderType>
<tag value="pattern"/>
</shaderType>
<help>
No Description Available.
</help>
<param name="patcolor"
label="Pattern Color"
type="color" default="1 1 0"
input="True">
<tags>
<tag value="color"/>
</tags>
</param>
<output name="resultRGB"
label="resultRGB">
<tags>
<tag value="color"/>
</tags>
</output>
<rfmdata nodeid="1" classification="rendernode/RenderMan/pattern"/>
</args>
|
HyperShade Node IdsThe Rman User Panel now expects a min and max node id values. These are used when Cutter assigns nodeids.
|
© 2002- Malcolm Kesson. All rights reserved.