Skip to content

Commit 8bcd1a0

Browse files
authored
Removing space input (#1440)
* Removing space input The "space" input has been deprecated. To avoid issue we remove the input as the default value (tangent) is the desired one, so this will work with the current and the new nodedef. * Removing space also form translation graphs These graphs used "object" as the space input for normalmap. After checking the correct input should have been "tangent" and as such the inputs can be removed and rely on the default value too, and no space-conversion is necessary.
1 parent 57ce4df commit 8bcd1a0

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

contrib/adsk/libraries/adsklib/adsklib_ng.mtlx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@
318318
<normalmap name="impl_normalmap" type="vector3">
319319
<input name="in" type="vector3" nodename="b_image_invert_y" />
320320
<input name="scale" type="float" interfacename="normal_scale" />
321-
<input name="space" type="string" value="tangent" />
322321
</normalmap>
323322
<output name="out" type="vector3" nodename="impl_normalmap" />
324323
</nodegraph>
@@ -369,7 +368,6 @@
369368
<normalmap name="impl_normalmap" type="vector3">
370369
<input name="in" type="vector3" nodename="impl_heighttonormalmap" />
371370
<input name="scale" type="float" interfacename="depth" />
372-
<input name="space" type="string" value="tangent" />
373371
</normalmap>
374372
<output name="out" type="vector3" nodename="impl_normalmap" />
375373
</nodegraph>

contrib/adsk/libraries/adsklib/adsklib_tr_ng.mtlx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
<normalmap name="impl_normalmap" type="vector3">
6060
<input name="in" type="vector3" nodename="b_image_invert_y" />
6161
<input name="scale" type="float" interfacename="normal_scale" />
62-
<input name="space" type="string" value="object" />
6362
</normalmap>
6463
<output name="out" type="vector3" nodename="impl_normalmap" />
6564
</nodegraph>
@@ -95,7 +94,6 @@
9594
<normalmap name="impl_normalmap" type="vector3">
9695
<input name="in" type="vector3" nodename="impl_heighttonormalmap" />
9796
<input name="scale" type="float" interfacename="depth"/>
98-
<input name="space" type="string" value="object" />
9997
</normalmap>
10098
<output name="out" type="vector3" nodename="impl_normalmap" />
10199
</nodegraph>

0 commit comments

Comments
 (0)