projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
New Bpy type Text3d for accessing Blender's Font objects.
[blender.git]
/
source
/
blender
/
python
/
SConscript
diff --git
a/source/blender/python/SConscript
b/source/blender/python/SConscript
index 0b7a62d44c05fa118ec78e82f91e8db055ddeb30..656df1354d721795da95a4eefa2f189f3cbba834 100644
(file)
--- a/
source/blender/python/SConscript
+++ b/
source/blender/python/SConscript
@@
-43,6
+43,7
@@
source_files = ['BPY_interface.c',
'api2_2x/World.c',
'api2_2x/Image.c',
'api2_2x/Text.c',
+ 'api2_2x/Text3d.c',
'api2_2x/Texture.c',
'api2_2x/Noise.c',
'api2_2x/charRGBA.c',