pablode / guc

glTF to USD converter with MaterialX support
Apache License 2.0
107 stars 6 forks source link

Improve error reporting #10

Open pablode opened 2 years ago

pablode commented 2 years ago

Currently, libguc prints error messages and returns false on convert(..). But calling applications may want to handle different types of errors differently. Identify error groups and return error codes instead.