StripProxy(bpy_struct)
base class — bpy_struct
- class bpy.types.StripProxy(bpy_struct)
Proxy parameters for a sequence strip
- build_100
Build 100% proxy resolution (default False)
- Type:
bool
- build_25
Build 25% proxy resolution (default False)
- Type:
bool
- build_50
Build 50% proxy resolution (default False)
- Type:
bool
- build_75
Build 75% proxy resolution (default False)
- Type:
bool
- build_record_run
Build record run time code index (default False)
- Type:
bool
- directory
Location to store the proxy files (default “”, never None, blend relative
//prefix supported)- Type:
str
- filepath
Location of custom proxy file (default “”, never None, blend relative
//prefix supported)- Type:
str
- quality
Quality of proxies to build (in [0, 32767], default 0)
- Type:
int
- timecode
Method for reading the inputs timecode (default
'NONE')NONENone – Ignore generated timecodes, seek in movie stream based on calculated timestamp.RECORD_RUNRecord Run – Seek based on timestamps read from movie stream, giving the best match between scene and movie times.RECORD_RUN_NO_GAPSRecord Run No Gaps – Effectively convert movie to an image sequence, ignoring incomplete or dropped frames, and changes in frame rate.
- Type:
Literal[‘NONE’, ‘RECORD_RUN’, ‘RECORD_RUN_NO_GAPS’]
- use_overwrite
Overwrite existing proxy files when building (default True)
- Type:
bool
- use_proxy_custom_directory
Use a custom directory to store data (default False)
- Type:
bool
- use_proxy_custom_file
Use a custom file to read proxy data from (default False)
- Type:
bool
- 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:
- 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