Skip to content

Commit b20f511

Browse files
authored
Remove unneeded uistep from UsdPreviewSurface (#2297)
Fixes the incorrectly parsed uistep by simply removing the parameter, as it is not used.
1 parent a52687d commit b20f511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libraries/bxdf/usd_preview_surface.mtlx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<input name="opacityMode" type="integer" enum="transparent,presence" enumvalues="0,1" value="0" uiname="Opacity Mode" />
2020
<input name="opacityThreshold" type="float" value="0" uimin="0.0" uimax="1.0" uiname="Opacity Threshold" />
2121
<input name="ior" type="float" value="1.5" uimin="0.0" uisoftmin="1.0" uisoftmax="3.0" uiname="Index of Refraction" />
22-
<input name="normal" type="vector3" value="0, 0, 1" uimin="-1.0,-1.0,-1.0" uimax="1.0,1.0,1.0" uistep="0.01" uiname="Normal" />
22+
<input name="normal" type="vector3" value="0, 0, 1" uimin="-1.0,-1.0,-1.0" uimax="1.0,1.0,1.0" uiname="Normal" />
2323
<input name="displacement" type="float" value="0" uiname="Displacement" />
2424
<input name="occlusion" type="float" value="1" uimin="0.0" uimax="1.0" uiname="Occlusion" />
2525
<output name="out" type="surfaceshader" />

0 commit comments

Comments
 (0)