Blender Git Loki
Git Commits -> Revision 4c57f07
Revision 4c57f07 by Campbell Barton (master) March 25, 2020, 08:06 (GMT) |
Cleanup: move mask queries into own file Similar functions to lookup nearest mask points were in mask_add.c & mask_edit.c |
Commit Details:
Full Hash: 4c57f07a0fde0ca067e5b0e6609ded6c0e170cc2
Parent Commit: 2bc7914
Lines Changed: +890, -821
1 Added Path:
/source/blender/editors/mask/mask_query.c (+841, -0) (View)
6 Modified Paths:
/source/blender/editors/include/ED_mask.h (+7, -6) (Diff)
/source/blender/editors/mask/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/mask/mask_add.c (+0, -152) (Diff)
/source/blender/editors/mask/mask_edit.c (+9, -338) (Diff)
/source/blender/editors/mask/mask_intern.h (+32, -33) (Diff)
/source/blender/editors/mask/mask_ops.c (+0, -292) (Diff)
/source/blender/editors/mask/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/mask/mask_add.c (+0, -152) (Diff)
/source/blender/editors/mask/mask_edit.c (+9, -338) (Diff)
/source/blender/editors/mask/mask_intern.h (+32, -33) (Diff)
/source/blender/editors/mask/mask_ops.c (+0, -292) (Diff)