unreal.AbcMaterialSettings
¶
- class unreal.AbcMaterialSettings(create_materials: bool = False, find_materials: bool = False)¶
Bases:
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)