Blender Git Loki
Git Commits -> Revision 66238ea
Revision 66238ea by Campbell Barton (master) March 27, 2007, 11:37 (GMT) |
PyAPI curve - added curve_type() to return the curve type BPyModule & gen_library - works with text3d now, can also make new text3d through bpy.curves.new Added Draw.Label() so scripts can draw can using freetype. widgetwizard - use Draw.Label |
Commit Details:
Full Hash: 66238eab7c618286f4097254e255db44b29d4e61
SVN Revision: 10388
Parent Commit: 0326ec7
Lines Changed: +172, -123
8 Modified Paths:
/release/scripts/widgetwizard.py (+7, -5) (Diff)
/source/blender/blenkernel/BKE_curve.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/curve.c (+12, -16) (Diff)
/source/blender/python/api2_2x/BPyModule.c (+41, -29) (Diff)
/source/blender/python/api2_2x/doc/Bpy.py (+68, -51) (Diff)
/source/blender/python/api2_2x/doc/Draw.py (+10, -0) (Diff)
/source/blender/python/api2_2x/Draw.c (+24, -0) (Diff)
/source/blender/python/api2_2x/gen_library.c (+9, -22) (Diff)
/source/blender/blenkernel/BKE_curve.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/curve.c (+12, -16) (Diff)
/source/blender/python/api2_2x/BPyModule.c (+41, -29) (Diff)
/source/blender/python/api2_2x/doc/Bpy.py (+68, -51) (Diff)
/source/blender/python/api2_2x/doc/Draw.py (+10, -0) (Diff)
/source/blender/python/api2_2x/Draw.c (+24, -0) (Diff)
/source/blender/python/api2_2x/gen_library.c (+9, -22) (Diff)