Skip to content

Commit d317a56

Browse files
fix wrong attribute name for geometry_thin_walled (#292)
Co-authored-by: Adrien Herubel <AdrienHerubel@users.noreply.github.com>
1 parent 1a8a9aa commit d317a56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference/open_pbr_surface.mtlx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736
<input name="bsdf" type="BSDF" nodename="fuzz_layer" />
737737
<input name="edf" type="EDF" nodename="emission_edf" />
738738
<input name="opacity" type="float" nodename="geometry_opacity_clamped" />
739-
<input name="thin_walled" type="boolean" interface="geometry_thin_walled" />
739+
<input name="thin_walled" type="boolean" interfacename="geometry_thin_walled" />
740740
</surface>
741741

742742
<!-- Output -->

0 commit comments

Comments
 (0)