Documentation

​
​

Development

User Acquisition

Monetization

Industry

Asset Transformer Studio

2026.5.0

Supported
​

User Manual

Python API

Changelog

Asset Transformer Studio

2026.5.0

Supported
​

Asset Transformer Studio
​
​
pxz
  • Functions
Algo
  • Functions
  • Types
CAD
  • Functions
  • Types
Core
  • Functions
  • Events
  • Types
Geom
  • Functions
  • Types
Material
  • Functions
  • Events
  • Types
Polygonal
  • Functions
  • Types
Process [UI]
  • Functions
  • Types
Scene
  • Functions
  • Events
  • Types
Studio [UI]
  • Functions
  • Types
    • CoordinateSystemOptions
    • HandEnum
    • HierarchyMode
    • ImportOptions
    • Orientation
    • OrientationSelect
    • QualityPreset
    • ScaleSelect
    • StudioComboBox
    • TessellationQuality
    • TessellationSettings
    • UpEnum
View
  • Functions
  • Events
  • Types
  1. Asset Transformer Studio

Studio

Python API types
Read time 3 minutes
Last updated 8 hours ago

CoordinateSystemOptions

Fields

Type

Name

Default

Description

orientationstudio.OrientationSelectDefines how the imported model's orientation (or coordinate system) is evaluated, to be correctly converted to match Pixyz Studio's own system (right-handed, Y is the Up-axis).<br>If 'Automatic Orientation' is enabled, Pixyz Studio performs an automatic conversion.<br>Use 'Manual Orientation' if the automatic detection does not work: fill in the characteristics about the imported file's coordinate system to help Studio convert the file correctly.
scalestudio.ScaleSelectDefines how the imported models' scale and units are evaluated, to be correctly converted to match Pixyz Studio's own units (mm).<br>If 'Automatic scale' is enabled, Pixyz Studio performs an automatic units conversion, and applies a corrective scale if required.<br>Use 'Manual Scale' if the automatic detection does not work: for example set a 0.1 scale value to convert a file in centimeters to millimeters.
snapToGroundBooleanFalseAutomatically snaps/moves the imported model onto the ground of the scene (on the grid).<br>This parameter changes the imported model's original position relatively to the origin, in the upward direction (Y-axis).<br>Do not use to keep model's original absolute position.
centerToOriginBooleanFalseAutomatically centers the imported model to the origin of the scene.<br>This parameter changes the imported model's original position relatively to the origin, in all directions.<br>Do not use to keep model's original absolute position.
Functions accepting this type or a list of this type as a parameter:

HandEnum

Enum of core.Int

Name

Value

leftHanded0
rightHanded1

HierarchyMode

Enum of core.Long

Name

Value

Full0
Compress1
Rake2
MergeAll3
MergeFinalLevel4

ImportOptions

Fields

Type

Name

Default

Description

orientFacesBooleanFalseIf enabled, Pixyz Studio tries to orient model's faces (normals) consistently so they face the proper direction.<br>Do not use if the original's model faces orientation is already correct, as the process may destroy it.<br>If the model is not 100% properly oriented after import, use the functions from the 'Mesh' menu to fix faces orientation.
preserveOriginalUVsBooleanTrueUVs applied to a mesh are used to properly display materials using texture maps.<br>If 'Preserve Original UVs' is enabled, Pixyz Studio imports the UVs included in the imported model (on any channel), and creates UVs on meshes that do not have any UVs (by a 400x400mm BoundingBox projection on channel 0).<br>If the parameter is disabled, all UVs (from any channel) are destroyed and new ones are created (same BoundingBox projection).
removeDuplicatedMeshesBooleanTrueUse to remove duplicated/superimposed meshes (= parts).<br>Do not use if the imported model includes different configurations of the same model, resulting in intentionnaly duplicated parts.
Functions accepting this type or a list of this type as a parameter:

Orientation

Fields

Type

Name

Default

Description

upAxisUpEnumzUp
handednessHandEnumrightHanded

OrientationSelect

Select between:
  • automaticOrientation: core.None
  • manualOrientation: studio.Orientation

QualityPreset

Enum of core.Long

Name

Value

VeryHigh0
High1
Medium2
Low3

ScaleSelect

Select between:
  • automaticScale: core.None
  • manualScale: core.Double

StudioComboBox

Functions accepting this type or a list of this type as a parameter:

TessellationQuality

Fields

Type

Name

Default

Description

maxSagDistance0.1Maximum distance between the geometry and the tessellation.
maxLengthDistance-1Maximum length of elements.
maxAngleAngle-1Maximum angle between normals of two adjacent elements.

TessellationSettings

Select between:
  • usePreset: studio.QualityPreset
  • useCustomValues: studio.TessellationQuality Functions accepting this type or a list of this type as a parameter:

UpEnum

Enum of core.Int

Name

Value

yUp0
zUp1

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • CoordinateSystemOptions

    • HandEnum

    • HierarchyMode

    • ImportOptions

    • Orientation

    • OrientationSelect

    • QualityPreset

    • ScaleSelect

    • StudioComboBox

    • TessellationQuality

    • TessellationSettings

    • UpEnum