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 generated

  • merge_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)

property merge_meshes

[Read-Write] Whether or not to merge the static meshes on import (remember this can cause problems with overlapping UV-sets)

Type

(bool)

property propagate_matrix_transformations

[Read-Write] This will, if applicable, apply matrix transformations to the meshes before merging

Type

(bool)