Blender Git Loki
Git Commits -> Revision 1d12c3f
Revision 1d12c3f by Sergey Sharybin (master) January 27, 2014, 09:42 (GMT) |
Implement clipboard for mask splines So now it's possible to copy-paste splines between layers. Implementation is pretty much straightforward and duplicates some logic which we've got in sequencer/tracking clipboards. Will work on a common routine for clipboards later, for now it's not so much crucial to have. |
Commit Details:
Full Hash: 1d12c3fd534b8307ac01f8f0eb6e0ee61c1bd6e4
Parent Commit: bee6c17
Lines Changed: +185, -0
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_mask_common.py (+4, -0) (Diff)
/source/blender/blenkernel/BKE_mask.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/mask.c (+98, -0) (Diff)
/source/blender/editors/mask/mask_edit.c (+4, -0) (Diff)
/source/blender/editors/mask/mask_intern.h (+2, -0) (Diff)
/source/blender/editors/mask/mask_ops.c (+69, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)
/source/blender/blenkernel/BKE_mask.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/mask.c (+98, -0) (Diff)
/source/blender/editors/mask/mask_edit.c (+4, -0) (Diff)
/source/blender/editors/mask/mask_intern.h (+2, -0) (Diff)
/source/blender/editors/mask/mask_ops.c (+69, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -0) (Diff)