MovieClipProxy(bpy_struct)

base class — bpy_struct

class bpy.types.MovieClipProxy(bpy_struct)

Proxy parameters for a movie clip

build_100

Build proxy resolution 100% of the original footage dimension (default False)

Type:

bool

build_25

Build proxy resolution 25% of the original footage dimension (default True)

Type:

bool

build_50

Build proxy resolution 50% of the original footage dimension (default False)

Type:

bool

build_75

Build proxy resolution 75% of the original footage dimension (default False)

Type:

bool

build_undistorted_100

Build proxy resolution 100% of the original undistorted footage dimension (default False)

Type:

bool

build_undistorted_25

Build proxy resolution 25% of the original undistorted footage dimension (default False)

Type:

bool

build_undistorted_50

Build proxy resolution 50% of the original undistorted footage dimension (default False)

Type:

bool

build_undistorted_75

Build proxy resolution 75% of the original undistorted footage dimension (default False)

Type:

bool

directory

Location to store the proxy files (default “”, never None, blend relative // prefix supported)

Type:

str

quality

JPEG quality of proxy images (in [0, 32767], default 50)

Type:

int

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References