MovieClipUser(bpy_struct)

base class — bpy_struct

class bpy.types.MovieClipUser(bpy_struct)

Parameters defining how a MovieClip datablock is used by another datablock

current_frame

Current frame number in movie or image sequence

Type :int in [-300000, 300000], default 0, (readonly)
proxy_render_size

Draw preview using full resolution or different proxy resolutions

Type :enum in [‘PROXY_25’, ‘PROXY_50’, ‘PROXY_75’, ‘PROXY_100’, ‘FULL’], default ‘FULL’
use_render_undistorted

Render preview using undistorted proxy

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

MovieClipScopes(bpy_struct)

Next topic

MovieReconstructedCamera(bpy_struct)