在剪辑编辑器中,按照给定的比例缩放时间轴视图。
bpy.ops.clip.view_zoom_ratio(ratio=1.0)
ratio
import bpy # 设置缩放比例为0.5 bpy.ops.clip.view_zoom_ratio(ratio=0.5)