Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
hexchen
2d100abee2 init gpn21 2023-06-05 18:52:09 +00:00
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'