unreal.MoviePipelineCameraSetting

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

Bases: unreal.MoviePipelineSetting

Movie Pipeline Camera Setting

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MoviePipelineCameraSetting.h

Editor Properties: (see get_editor_property/set_editor_property)

  • overscan_percentage (float): [Read-Write] Overscan percent allows to render additional pixels beyond the set resolution and can be used in conjunction with EXR file output to add post-processing effects such as lens distortion. Please note that using this feature might affect the results due to auto-exposure and other camera settings. On EXR this will produce a 1080p image with extra pixel data hidden around the outside edges for use in post production. For all other formats this will increase the final resolution and no pixels will be hidden (ie: 1080p /w 0.1 overscan will make a 2112x1188 jpg, but a 1080p exr /w 96/54 pixels hidden on each side)

  • shutter_timing (MoviePipelineShutterTiming): [Read-Write] Shutter Timing allows you to bias the timing of your shutter angle to either be before, during, or after a frame. When set to FrameClose, it means that the motion gathered up to produce frame N comes from before and right up to frame N. When set to FrameCenter, the motion represents half the time before the frame and half the time after the frame. When set to FrameOpen, the motion represents the time from Frame N onwards.

property overscan_percentage

[Read-Write] Overscan percent allows to render additional pixels beyond the set resolution and can be used in conjunction with EXR file output to add post-processing effects such as lens distortion. Please note that using this feature might affect the results due to auto-exposure and other camera settings. On EXR this will produce a 1080p image with extra pixel data hidden around the outside edges for use in post production. For all other formats this will increase the final resolution and no pixels will be hidden (ie: 1080p /w 0.1 overscan will make a 2112x1188 jpg, but a 1080p exr /w 96/54 pixels hidden on each side)

Type

(float)

property shutter_timing

[Read-Write] Shutter Timing allows you to bias the timing of your shutter angle to either be before, during, or after a frame. When set to FrameClose, it means that the motion gathered up to produce frame N comes from before and right up to frame N. When set to FrameCenter, the motion represents half the time before the frame and half the time after the frame. When set to FrameOpen, the motion represents the time from Frame N onwards.

Type

(MoviePipelineShutterTiming)