Blender VSE Python から strip 操作のメモ その他

VideoSequenceEditor
  • Playhead の位置
    • context.scene.frame_current
  • 選択中ストリップの先頭へ playhead を移動
    • bpy.ops.sequencer.strip_jump(next=False, center=False)
  • 選択中ストリップの末尾へ playhead を移動
    • bpy.ops.sequencer.strip_jump(next=True, center=False)
タイトルとURLをコピーしました