ZGL to POPMesh Import Options
- Last UpdatedOct 08, 2025
- 2 minute read
This importer converts ZGL files into POPMesh collection of files.
Parameters
These are the settings for the import configuration file.
|
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
customSignificantFilePath |
sstring |
Not set |
Config file path including extension. This is used when useCustomSignificantFile is set to true. |
|
destinationpath |
sstring |
Not set |
The source destination path. Include filename with extension to overwrite file name. |
|
enforceUniqueTags |
sbool |
true |
Collapse multiple same-tagged nodes into a single node with a unique tag. |
|
increaseProcessPriority |
sbool |
false |
Increase the Converter Process CPU priority. |
|
keepConverterCache |
sbool |
true |
Keep conversion cache in workDir for future use. |
|
preserveModelUpVector |
sbool |
false |
Preserve the up vector of the source model. This means don't convert it to Y-up, left-handed. |
|
maxTrianglesPerBlock |
sint |
-1 |
Specify the max number of triangles for each block. If not specified, use the system default value. |
|
useCacheForPreprocessFiles |
sbool |
true |
Looks for available cache in workDir to use during preprocess. |
|
useCustomSignificantFile |
sbool |
false |
Set to true to pass a config file or to directly use the userIncludeList and userExcludeList. Set to false to use default settings. |
|
userExcludeList |
sstring |
Not set |
Components that are excluded in the import process. Used if useConfigPath is set to true and no configPath is specified. |
|
userIncludeList |
sstring |
Not set |
Components that are included in the import process. Used if useConfigPath is set to true and no configPath is specified. |
|
useLogAnalyzer |
sstring |
onFailAndOnSuccess |
Enables process log analyzer tool on failure and eventually on success too. Valid values are: disabled, onFail, onFailAndOnSuccess. |
|
wasmOutput |
sbool |
false |
If true, the destination path is set to the wasm default datapath and the node creation is skipped. |
|
workDir |
sstring |
Not set |
Specifies the directory to be used for conversion process. If keepConverterCache is set to true. this folder will persist conversion cache for possible future use. |