Skip to content

Commit

Permalink
Adjust default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm authored Dec 11, 2024
1 parent deddc87 commit 1fc93f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/stdlib/stdlib_defs.mtlx
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
<input name="interpolation" type="integer" value="1" enum="linear,smooth,step" enumvalues="0,1,2" />
<input name="prev_color" type="color4" value="0,0,0,1" uimin="0,0,0,0" uimax="1,1,1,1" />
<input name="interval_num" type="integer" value="1" />
<input name="num_intervals" type="integer" value="10" />
<input name="num_intervals" type="integer" value="2" />
<output name="out" type="color4" />
</nodedef>

Expand Down

0 comments on commit 1fc93f9

Please sign in to comment.