Blender Git Commit Log
Git Commits -> Revision 625c553
Revision 625c553 by Campbell Barton (master) December 30, 2005, 14:17 (GMT) |
Added a python hook to Joining objects Object.Join() Seperated the join calls from space.c and view3dmenu into join_menu() in space.c, like the select_group_menu(), okee's from join_curve, join_mesh.. etc are in join_menu() so python can call them without UI menu's in the way. this is also a bit neater since there were 2 places that were doing what join_menu() does now. - Cam |
Commit Details:
Full Hash: 625c553e2077ec0a252ddd934d4267c61011d61f
SVN Revision: 6254
Parent Commit: 73dc1ff
Lines Changed: +117, -25
8 Modified Paths:
/source/blender/include/BIF_space.h (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+13, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+73, -0) (Diff)
/source/blender/src/editarmature.c (+1, -4) (Diff)
/source/blender/src/editcurve.c (+1, -6) (Diff)
/source/blender/src/header_view3d.c (+1, -6) (Diff)
/source/blender/src/meshtools.c (+0, -1) (Diff)
/source/blender/src/space.c (+27, -8) (Diff)
/source/blender/python/api2_2x/doc/Object.py (+13, -0) (Diff)
/source/blender/python/api2_2x/Object.c (+73, -0) (Diff)
/source/blender/src/editarmature.c (+1, -4) (Diff)
/source/blender/src/editcurve.c (+1, -6) (Diff)
/source/blender/src/header_view3d.c (+1, -6) (Diff)
/source/blender/src/meshtools.c (+0, -1) (Diff)
/source/blender/src/space.c (+27, -8) (Diff)