unreal.AbcMaterialSettings

class unreal.AbcMaterialSettings(create_materials=False, find_materials=False)

Bases: unreal.StructBase

Abc Material Settings

C++ Source:

  • Plugin: AlembicImporter

  • Module: AlembicLibrary

  • File: AbcImportSettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • create_materials (bool): [Read-Write] Create Materials: Whether or not to create materials according to found Face Set names (will not work without face sets)

  • find_materials (bool): [Read-Write] Find Materials: Whether or not to try and find materials according to found Face Set names (will not work without face sets)

property create_materials

[Read-Write] Create Materials: Whether or not to create materials according to found Face Set names (will not work without face sets)

Type

(bool)

property find_materials

[Read-Write] Find Materials: Whether or not to try and find materials according to found Face Set names (will not work without face sets)

Type

(bool)