Blender Git Commit Log
Git Commits -> Revision 454041c
Revision 454041c by Stephen Swaney (master) March 6, 2005, 14:55 (GMT) |
New Bpy type Text3d for accessing Blender's Font objects. Contributed by Joilnen Leite (pidhash). |
Commit Details:
Full Hash: 454041cc4fc9218e39c96d8d4baf74275f41d7d2
SVN Revision: 3899
Parent Commit: c8a84be
Lines Changed: +463, -9
2 Added Paths:
/source/blender/python/api2_2x/Text3d.c (+356, -0) (View)
/source/blender/python/api2_2x/Text3d.h (+64, -0) (View)
/source/blender/python/api2_2x/Text3d.h (+64, -0) (View)
7 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+1, -0) (Diff)
/source/blender/python/api2_2x/Curve.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Object.c (+33, -3) (Diff)
/source/blender/python/api2_2x/Types.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -1) (Diff)
/source/blender/python/SConscript (+1, -0) (Diff)
/source/blender/src/editfont.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Curve.c (+4, -4) (Diff)
/source/blender/python/api2_2x/Object.c (+33, -3) (Diff)
/source/blender/python/api2_2x/Types.c (+2, -0) (Diff)
/source/blender/python/api2_2x/Types.h (+1, -1) (Diff)
/source/blender/python/SConscript (+1, -0) (Diff)
/source/blender/src/editfont.c (+1, -1) (Diff)