8

I have been trying to build a solution to converting from .USDZ to other [3D formats]. Using online options you may convert [3D formats] to .USDz using: https://www.vectary.com/3d-modeling-how-to/how-to-create-usdz-file-for-ar-online/ or https://www.vectary.com/3d-modeling-news/usdz-converter-create-usdz-files-for-free-online-with-vectary/

Using Houdini plugins was not successful I was only able to import not export .USDz.

This basic command line converts from OBJ files, Single-frame Alembic (ABC) files, USD file (either .usda or usd.c) to .USDz.

xcrun usdz_converter myFile.obj myFile.usdz

Will this command convert the other way.

I have also found that this command line will convert [.OBJ, .ABC] to .USDz but don't know if it will convert the other way:

usdcat --flatten -o myFIle.abc myFile.usd
Declan Clarke
  • 81
  • 1
  • 1
  • 3

1 Answers1

3

If you have macOS + Xcode you can open .usdz file in the default viewer and export it to .obj file.

With your mydocument.usdz file open, select File -> Export and then select "Geometry Definition File Format"

enter image description here

Alex Brown
  • 41,819
  • 10
  • 94
  • 108
Saico
  • 544
  • 5
  • 12