unreal.MoviePipelineColorSetting

class unreal.MoviePipelineColorSetting(outer=None, name='None')

Bases: unreal.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] Disable Tone Curve: 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] OCIOConfiguration: OCIO config to be passed to OCIO View Extension. If this is enabled the Tone Curve will be disabled.

property disable_tone_curve

[Read-Write] Disable Tone Curve: 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

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

Type

(OpenColorIODisplayConfiguration)