drwave / usd-sketchup

Source & macOS binary of USD exporter for SketchUp
Other
63 stars 5 forks source link

generating usdz leaves .usdc and directory of textures in export directory #2

Closed drwave closed 6 years ago

drwave commented 6 years ago

I need to generate these files, but I should be doing it in a tmp directory that should be deleted after the .usdz file is generated.

drwave commented 6 years ago

latest checkin addresses this issue using pxr::ArchGetTmpDir(), so this solution should be portable when ported to Windows.