intro-outro-generator/voc_blender/intro.py
2021-03-25 02:33:07 +01:00

6 lines
No EOL
175 B
Python

import bpy
sce = bpy.context.scene
sce.sequence_editor.sequences_all['Text: Title'].text = '$title'
sce.sequence_editor.sequences_all['Text: Speakers'].text = '$personnames'