Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2005-03-06 17:55:00 +0300
committerStephen Swaney <sswaney@centurytel.net>2005-03-06 17:55:00 +0300
commit454041cc4fc9218e39c96d8d4baf74275f41d7d2 (patch)
treee02319c7d5b3801b5d28b92090026cc0cc530e4e /source/blender/python/SConscript
parentc8a84be5f41de6f7958f302eb6b72d153127bd3c (diff)
New Bpy type Text3d for accessing Blender's Font objects.
Contributed by Joilnen Leite (pidhash).
Diffstat (limited to 'source/blender/python/SConscript')
-rw-r--r--source/blender/python/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 0b7a62d44c0..656df1354d7 100644
--- 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',