Blender Git Loki
Git Commits -> Revision 5f48930
Revision 5f48930 by Campbell Barton (master) January 3, 2006, 02:35 (GMT) |
Moved Object.Join() into a function of an object. eg. ret_val = ob.join(objects) Now it dosent depend on the current selection, or change the selection context. Made respective join_* functions return 0 if the join was not mode, 1 when it workes. |
Commit Details:
Full Hash: 5f48930a7514922efe7cebda971bd758e3d6b8cf
SVN Revision: 6276
Parent Commit: 80f903e
Lines Changed: +158, -93
8 Modified Paths:
/source/blender/include/BDR_editcurve.h (+1, -1) (Diff)
/source/blender/include/BIF_editarmature.h (+1, -1) (Diff)
/source/blender/include/BIF_meshtools.h (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+16, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+122, -72) (Diff)
/source/blender/src/editarmature.c (+3, -3) (Diff)
/source/blender/src/editcurve.c (+4, -6) (Diff)
/source/blender/src/meshtools.c (+10, -7) (Diff)
/source/blender/include/BIF_editarmature.h (+1, -1) (Diff)
/source/blender/include/BIF_meshtools.h (+1, -1) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+16, -2) (Diff)
/source/blender/python/api2_2x/Object.c (+122, -72) (Diff)
/source/blender/src/editarmature.c (+3, -3) (Diff)
/source/blender/src/editcurve.c (+4, -6) (Diff)
/source/blender/src/meshtools.c (+10, -7) (Diff)