GPUOpen-LibrariesAndSDKs / BlenderUSDHydraAddon

This add-on allows you to assemble and compose USD data with Blender data and render it all using various renderers via Hydra.
Apache License 2.0
362 stars 37 forks source link

USD Export: unable to find suitable USD plugin to write <file_path_to.usda> #266

Closed xahon closed 1 year ago

xahon commented 1 year ago

Sometimes plugin fails to save a file as USD in .usda format (Didn't test .usdc). I don't quite understand under what circumstances it happens

bpy.ops.wm.usd_export(filepath="D:\models\usd\Plane2.usda") USD Export: unable to find suitable USD plugin to write D:\models\usd\Plane2.usda

It also does quite destructible thing, it removes file before save and when save fails with this weird error, the file is gone


Blender 3.3.1 (b29cfe5a936) Built-in version of USD plugin (not shown in the addons list)

xahon commented 1 year ago

I guess that blender now uses built-in version of the USD plugin and this repo is wrong. Main issue is here: https://developer.blender.org/T103276