SequenceProxy(bpy_struct)

base class — bpy_struct

class bpy.types.SequenceProxy(bpy_struct)

Proxy parameters for a sequence strip

build_100

Build 100% proxy resolution

Type:

boolean, default False

build_25

Build 25% proxy resolution

Type:

boolean, default False

build_50

Build 50% proxy resolution

Type:

boolean, default False

build_75

Build 75% proxy resolution

Type:

boolean, default False

build_record_run

Build record run time code index

Type:

boolean, default False

directory

Location to store the proxy files

Type:

string, default “”, (never None)

filepath

Location of custom proxy file

Type:

string, default “”, (never None)

quality

Quality of proxies to build

Type:

int in [0, 32767], default 0

timecode

Method for reading the inputs timecode

  • NONE None – Ignore generated timecodes, seek in movie stream based on calculated timestamp.

  • RECORD_RUN Record Run – Seek based on timestamps read from movie stream, giving the best match between scene and movie times.

  • RECORD_RUN_NO_GAPS Record Run No Gaps – Effectively convert movie to an image sequence, ignoring incomplete or dropped frames, and changes in frame rate.

Type:

enum in [‘NONE’, ‘RECORD_RUN’, ‘RECORD_RUN_NO_GAPS’], default ‘NONE’

use_overwrite

Overwrite existing proxy files when building

Type:

boolean, default False

use_proxy_custom_directory

Use a custom directory to store data

Type:

boolean, default False

use_proxy_custom_file

Use a custom file to read proxy data from

Type:

boolean, default False

classmethod bl_rna_get_subclass(id, default=None)
Parameters:

id (str) – The RNA type identifier.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)
Parameters:

id (str) – The RNA type identifier.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions

References