diff --git a/gpn21/intro.blend b/gpn21/intro.blend new file mode 100644 index 0000000..6f3e41c Binary files /dev/null and b/gpn21/intro.blend differ diff --git a/gpn21/intro.py b/gpn21/intro.py new file mode 100644 index 0000000..62c4c06 --- /dev/null +++ b/gpn21/intro.py @@ -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'