kcoley / gltf2usd

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

convert_to_usd_friendly_node_name - fix #188

Closed ukito-pl closed 3 years ago

ukito-pl commented 3 years ago

Change regex expression to replace any non-word characters in node names with "_". Fixes issue: https://github.com/kcoley/gltf2usd/issues/186#issue-660734221

c-oneal commented 3 years ago

This fix should be handled with this PR: https://github.com/kcoley/gltf2usd/pull/189