intro-outro-generator/divoc_r2r/intro.py
2021-04-04 21:31:34 +02: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'