Process
Python API types
Read time 1 minuteLast updated 8 hours ago
BakeDiffuseOptions
Fields
Type | Name | Default | Description |
|---|---|---|---|
| mapResolution | Int | 1024 | |
| padding | Int | 1 |
BakeOptionSelector
Select between:
-
Yes: process.BakeOptions
-
No: process.NoBaking Functions accepting this type or a list of this type as a parameter:
BakeOptions
Fields
Type | Name | Default | Description |
|---|---|---|---|
| resolution | Int | 1024 | |
| padding | Int | 1 | |
| textures | algo.BakeMaps |
Functions accepting this type or a list of this type as a parameter:
DecimateParameters
Fields
Type | Name | Default | Description |
|---|---|---|---|
| surfacicTolerance | geom.Distance | 1 | |
| linearTolerance | geom.Distance | 0.1 | |
| normalTolerance | geom.Angle | 5 |
DecimateParametersList
List of process.DecimateParameters
Functions accepting this type or a list of this type as a parameter:
DecimationRatio
Fields
Type | Name | Default | Description |
|---|---|---|---|
| ratio | Percent | 50 |
Functions accepting this type or a list of this type as a parameter:
DecimationRatioList
List of process.DecimationRatio
Functions accepting this type or a list of this type as a parameter:
DecimationStrategy
Select between:
-
DecimateToTarget: process.TargetDecimateParameters
-
DecimateToQuality: process.DecimateParametersList Functions accepting this type or a list of this type as a parameter:
GenerateDiffuseMap
Select between:
-
No: process.NoBaking Functions accepting this type or a list of this type as a parameter:
NoBaking
Base class: core.None
TargetDecimateParameters
Fields
Type | Name | Default | Description |
|---|---|---|---|
| UVImportance | algo.UVImportanceEnum | PreserveSeamsAndReduceDeformation | |
| ProtectTopology | Boolean | False | |
| LODLevels | process.DecimationRatioList | |