Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2d100abee2 |
2 changed files with 7 additions and 0 deletions
BIN
gpn21/intro.blend
Normal file
BIN
gpn21/intro.blend
Normal file
Binary file not shown.
7
gpn21/intro.py
Normal file
7
gpn21/intro.py
Normal 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'
|
Loading…
Add table
Reference in a new issue