New Bpy type Text3d for accessing Blender's Font objects.

Contributed by Joilnen Leite (pidhash).
This commit is contained in:
Stephen Swaney
2005-03-06 14:55:00 +00:00
parent c8a84be5f4
commit 454041cc4f
9 changed files with 463 additions and 9 deletions

View File

@@ -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',