autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

fix texture shearing problem for adsk bitmap nodes #1390

Closed vernalchen closed 2 years ago

vernalchen commented 2 years ago

To solve the texture shearing issue https://github.com/AcademySoftwareFoundation/MaterialX/issues/1021, we have added a new input "operationorder" for place2dnode in this pr https://github.com/AcademySoftwareFoundation/MaterialX/pull/1027. Here for all adsk bitmap nodes, we change the "operationorder" value to 1 so that they won't be sheared any more.