unreal.MoviePipelineColorSetting

class unreal.MoviePipelineColorSetting(outer: Object | None = None, name: Name | str = 'None')

Bases: MoviePipelineSetting

Movie Pipeline Color Setting

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MoviePipelineColorSetting.h

Editor Properties: (see get_editor_property/set_editor_property)

  • disable_tone_curve (bool): [Read-Write] If true the Filmic Tone Curve will not be applied. Disabling this will allow you to export linear data for EXRs. Force Disabled if Open Color IO is enabled.

  • ocio_configuration (OpenColorIODisplayConfiguration): [Read-Write] OCIO config to be passed to OCIO View Extension. If this is enabled the Tone Curve will be disabled.

property disable_tone_curve: bool

[Read-Write] If true the Filmic Tone Curve will not be applied. Disabling this will allow you to export linear data for EXRs. Force Disabled if Open Color IO is enabled.

Type:

(bool)

property ocio_configuration: OpenColorIODisplayConfiguration

[Read-Write] OCIO config to be passed to OCIO View Extension. If this is enabled the Tone Curve will be disabled.

Type:

(OpenColorIODisplayConfiguration)