init gpn21

This commit is contained in:
hexchen 2023-06-05 18:52:09 +00:00
parent c64e1bfea0
commit 2d100abee2
2 changed files with 7 additions and 0 deletions

BIN
gpn21/intro.blend Normal file

Binary file not shown.

7
gpn21/intro.py Normal file
View file

@ -0,0 +1,7 @@
import bpy
sce = bpy.context.scene
sce.objects['SPEAKERS'].data.body = '$personnames'
sce.objects['TITLE'].data.body = '$title'
sce.objects['TALKID'].data.body = '$id'