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] Whether or not to create materials according to found Face Set names (will not work without face sets)find_materials
(bool): [Read-Write] Whether or not to try and find materials according to found Face Set names (will not work without face sets)