Blender Git Loki
Git Commits -> Revision cbbe236
Revision cbbe236 by Joseph Gilbert (master) March 19, 2005, 03:24 (GMT) |
- patch submitted by guitargeek -includes: *Text3d accessors - ablity to manipulate FONT objects through python *update to Object.link - calls text_to_curve upon ob_font link for drawing *update to constant.h - constant type checking define *update to curve.c - clamp values on getters/setters *clean up of Text3d module |
Commit Details:
Full Hash: cbbe236f9237cd7a942e250493b6c7402300deb7
SVN Revision: 3967
Parent Commit: f61c5b1
Lines Changed: +651, -122
6 Modified Paths:
/source/blender/python/api2_2x/constant.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Curve.c (+82, -52) (Diff)
/source/blender/python/api2_2x/Curve.h (+17, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+4, -0) (Diff)
/source/blender/python/api2_2x/Text3d.c (+543, -61) (Diff)
/source/blender/python/api2_2x/Text3d.h (+3, -9) (Diff)
/source/blender/python/api2_2x/Curve.c (+82, -52) (Diff)
/source/blender/python/api2_2x/Curve.h (+17, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+4, -0) (Diff)
/source/blender/python/api2_2x/Text3d.c (+543, -61) (Diff)
/source/blender/python/api2_2x/Text3d.h (+3, -9) (Diff)