Blender Git Commit Log

Git Commits -> Revision 54e3dbb

Revision 54e3dbb by Sergey Sharybin (soc-2011-tomato)
June 9, 2013, 10:04 (GMT)
Experimental operator to cleanup mask shapekeys

For every shapekey operator check whether mask shape
stays within given tolerance and if so, shapekey is
removing.

TODO:
- Radius and weight are not handled completely crorrect,
need some smarter way to handle them.
- There're huge issues with depsgraph tag update for
mask and acutal mask update -- worked around by manual
call of BKE_mask_evaluate from places where shapekeys
are removing.

Would need to look further into this in trunk.

Commit Details:

Full Hash: 54e3dbbccf8366eece4955ffd5044780a80ea7d9
SVN Revision: 57305
Parent Commit: b252f72
Lines Changed: +119, -0

4 Modified Paths:

/release/scripts/startup/bl_ui/properties_mask_common.py (+2, -0) (Diff)
/source/blender/editors/mask/mask_edit.c (+1, -0) (Diff)
/source/blender/editors/mask/mask_intern.h (+1, -0) (Diff)
/source/blender/editors/mask/mask_shapekey.c (+115, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021