Blender Git Loki
Git Commits -> Revision 7b8ee67
Revision 7b8ee67 by Campbell Barton (master) June 4, 2012, 14:27 (GMT) |
split mask add functions into their own file. |
Commit Details:
Full Hash: 7b8ee679337994c6da0f5785282f6cb5ea837df9
SVN Revision: 47410
Parent Commit: 0097988
Lines Changed: +780, -713
1 Added Path:
/source/blender/editors/mask/mask_add.c (+707, -0) (View)
6 Modified Paths:
/source/blender/blenkernel/BKE_mask.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/mask.c (+63, -0) (Diff)
/source/blender/editors/mask/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/mask/mask_edit.c (+3, -1) (Diff)
/source/blender/editors/mask/mask_intern.h (+4, -3) (Diff)
/source/blender/editors/mask/mask_ops.c (+1, -709) (Diff)
/source/blender/blenkernel/intern/mask.c (+63, -0) (Diff)
/source/blender/editors/mask/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/mask/mask_edit.c (+3, -1) (Diff)
/source/blender/editors/mask/mask_intern.h (+4, -3) (Diff)
/source/blender/editors/mask/mask_ops.c (+1, -709) (Diff)