Importing Files
Importing a 3D/CAD file is generally the very first action to start working with Pixyz Studio, as importing, converting and optimizing a 3D model is the most common use case!
Find here all the formats supported at import in Pixyz Studio.
Defining the Import mode
The Import mode defines how a model is imported in Pixyz Studio, and 2 modes are available: Raw import and Guided import.
Find more information about the Import mode in the dedicated page here.
Importing a 3D model
Once the Import mode is defined, import a 3D model in Pixyz Studio using all the available possibilities:
- By dragging and dropping the file in the interface
- From the "Raw import" / "Guided import" icon in the Main Toolbar
- By doing File Menu > Raw import or Guided import
- Using the Python commands io.importScene(), io.importFiles() or process.guidedImport()
NOTE The "Import mode" preference is meant for an interactive usage of Pixyz Studio, and makes no difference when scripting. Simply use any of the import commands available above.
Import and scripting
See the dedicated page here.