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 implicit exception wrapping #1195

Closed frericp closed 3 years ago

frericp commented 3 years ago

This PR removes the implicit exception handling (i.e. resolving exception pointers to messages) in the JS bindings. This is another step on the way to remove the JS boilerplate code. Exceptions will now have to be resolved at the application level if the error message is of interest.

FYI @sdunkel @kohakukun @muenstc