rc3-intro-generator/run.py

8 lines
213 B
Python
Raw Normal View History

2021-01-06 16:09:16 +01:00
import os
import bpy
sce = bpy.context.scene
sce.sequence_editor.sequences_all['Text: Title'].text = os.environ['RC3_TITLE']
sce.sequence_editor.sequences_all['Text: Speakers'].text = os.environ['RC3_SPEAKERS']