6 lines
No EOL
175 B
Python
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' |