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.
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