robmcrosby / BlenderUSDZ

Simple USDZ file exporter plugin for Blender3D
GNU General Public License v3.0
474 stars 66 forks source link

Please expose import_usdz() and export_usdz() through bpy python interface for scripting #91

Open kevinmagnopus opened 1 year ago

kevinmagnopus commented 1 year ago

I am successfully using your USDZ import and export in Blender 3.3.1 through the UI. Thank you for your work! I would like to use your plugin through bpy for headless scripting, but I can't find the methods. Likely they aren't exposed to the python script interface. If they are exposed, can you provide the calling path? If they aren't exposed, would you consider exposing them?

kevinmagnopus commented 1 year ago

This has been addressed in: kevinmagnopus:issue47_bpy, and a pull request has been created.

julienbfabre commented 10 months ago

This has been addressed in: kevinmagnopus:issue47_bpy, and a pull request has been created.

you think this would work on linux? i'm trying to find a way to automate convertions of usdz files into glb and a command line script would be perfect.