beersandrew / usd-thumbnail-generator

Given a USD file, take a picture and assign it as it's thumbnail.
Creative Commons Zero v1.0 Universal
9 stars 1 forks source link

Fix handling of file extensions/paths #4

Closed hybridherbst closed 1 year ago

hybridherbst commented 1 year ago

Previously it failed for paths like "C:/my/folder/2.0/some-subfolder/my.file.usdz" and would put the results in "C:/my/folder/2.png".

This PR is intended to be merged after https://github.com/beersandrew/usd-thumbnail-generator/pull/3