unreal.AbcStaticMeshSettings
¶
- class unreal.AbcStaticMeshSettings(merge_meshes=True, propagate_matrix_transformations=True, generate_lightmap_u_vs=True)¶
Bases:
unreal.StructBase
Abc Static Mesh Settings
C++ Source:
Plugin: AlembicImporter
Module: AlembicLibrary
File: AbcImportSettings.h
Editor Properties: (see get_editor_property/set_editor_property)
generate_lightmap_u_vs
(bool): [Read-Write] Flag for whether or not lightmap UVs should be generatedmerge_meshes
(bool): [Read-Write] Whether or not to merge the static meshes on import (remember this can cause problems with overlapping UV-sets)propagate_matrix_transformations
(bool): [Read-Write] This will, if applicable, apply matrix transformations to the meshes before merging
- property generate_lightmap_u_vs¶
[Read-Write] Flag for whether or not lightmap UVs should be generated
- Type
(bool)