Convert USDZ to USDZ via Python
Render USDZ as USDZ without any 3D modeling and rendering software.
How to Convert USDZ to USDZ Using Python
In order to convert USDZ to USDZ, we’ll use
API which is a feature-rich, powerful and easy to use document manipulation and conversion API for Python. Open
package manager, search for Aspose.3D and install. You may also use the following command from the Package Manager Console.
Command line
pip install aspose-3d
Steps to Convert USDZ to USDZ via Python
Python programmers can easily load & convert USDZ files to USDZ in just a few lines of code.
- Load USDZ file via the from_file of Scene class
- Call the Scene.save method with USDZ’s format.
- Check resultant USDZ file at specified path
System Requirements
Before running the Python conversion code, make sure that you have the following prerequisites.
- Microsoft Windows or Linux based OS.
- Python 3.5 or later.
- Aspose.3D for Python referenced in your project.
USDZ What is USDZ File Format?
A file with .usdz is a ZIP archive for the USD (Universal scene description) file format that contains and proxies for files of other formats embedded within the archive.
Read Moreusdz What is usdz File Format?
A file with .usdz is a ZIP archive for the USD (Universal scene description) file format that contains and proxies for files of other formats embedded within the archive.
Read MoreOther Supported Conversions
You can also convert USDZ into many other file formats including few listed below.