kcoley / gltf2usd

command-line utility for converting glTF 2.0 models to USD
MIT License
263 stars 39 forks source link

I encountered some errors and publishing my solutions - hope it helps #55

Closed sulydeni closed 6 years ago

sulydeni commented 6 years ago

*USD does not accept node with digits only names - fixed re.sub.

*when metallic roughness is saved in png (RGBA) the other r g b channels do not get through - it throws an error -> I added a full split to r g b a replacing the former 'a' only.

kcoley commented 6 years ago

Thanks for the PR @sulydeni !