autodesk-forks / MaterialX

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

JS Bindings: Remove wrapper for getValue #1287

Closed frericp closed 3 years ago

frericp commented 3 years ago

As pointed out in https://github.com/autodesk-forks/MaterialX/pull/1260, wrapping value getters to avoid the call to getData has several downsides and only exists in the Python bindings for backward-compatibility with legacy versions. This PR removes the initial wrapper that was added to the JS bindings.

Update #1184