unreal.GroomImportOptions

class unreal.GroomImportOptions(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: Object

Groom Import Options

C++ Source:

  • Plugin: HairStrands

  • Module: HairStrandsCore

  • File: GroomImportOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • conversion_settings (GroomConversionSettings): [Read-Write] Conversion Settings

  • interpolation_settings (Array[HairGroupsInterpolation]): [Read-Only] Interpolation Settings: Interpolation settings per group

property conversion_settings: GroomConversionSettings

[Read-Write] Conversion Settings

Type:

(GroomConversionSettings)

property interpolation_settings: Array[HairGroupsInterpolation]

[Read-Only] Interpolation Settings: Interpolation settings per group

Type:

(Array[HairGroupsInterpolation])