unreal.InterchangeGenericGroomPipeline¶
- class unreal.InterchangeGenericGroomPipeline(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
InterchangePipelineBaseInterchange Generic Groom Pipeline
C++ Source:
Plugin: Interchange
Module: InterchangePipelines
File: InterchangeGenericGroomPipeline.h
Editor Properties: (see get_editor_property/set_editor_property)
enable_groom_types_import(bool): [Read-Write] If enabled, allow the import of groom-type assets.frame_end(int32): [Read-Write]frame_start(int32): [Read-Write]groom_asset(SoftObjectPath): [Read-Write] If the groom asset is not imported, provide an existing one against which the groom cache will be validatedgroup_interpolation_settings(HairGroupsInterpolation): [Read-Write] Settings that will be applied to all hair groups in the groom assetimport_groom_cache_type(InterchangeGroomCacheImportType): [Read-Write] Groom Cache types to importimport_groom_caches(bool): [Read-Write] If enabled, import all groom caches found in the source.import_grooms(bool): [Read-Write] If enabled, import all groom assets found in the source.override_time_range(bool): [Read-Write]pipeline_display_name(str): [Read-Write] The name of the pipeline that will be displayed in the import dialog.
- property enable_groom_types_import: bool¶
[Read-Write] If enabled, allow the import of groom-type assets.
- Type:
(bool)
- property groom_asset: SoftObjectPath¶
[Read-Write] If the groom asset is not imported, provide an existing one against which the groom cache will be validated
- Type:
- property group_interpolation_settings: HairGroupsInterpolation¶
[Read-Write] Settings that will be applied to all hair groups in the groom asset
- Type:
- property hair_strands_asset: SoftObjectPath¶
‘hair_strands_asset’ was renamed to ‘groom_asset’.
- Type:
deprecated
- property import_groom_cache_type: InterchangeGroomCacheImportType¶
[Read-Write] Groom Cache types to import
- Type:
- property import_groom_caches: bool¶
[Read-Write] If enabled, import all groom caches found in the source.
- Type:
(bool)