petrbroz / svf-utils

Utilities for working with the SVF file format used by Autodesk Platform Services.
https://petrbroz.github.io/svf-utils/
MIT License
126 stars 54 forks source link

Remove empty attributes 'textures' and 'images' #22

Closed AlexPiro closed 4 years ago

AlexPiro commented 4 years ago

If they is no textures or images used in the gltf, these attributes are empty. But for the glTF validation it's an error and in some cases, it can be blocking (e.g. usd-from-gltf converter). Screenshot 2020-03-12 at 11 09 47

petrbroz commented 4 years ago

Looks good, thanks @AlexPiro!