Blender Git Loki
Git Commits -> Revision 118b39a
Revision 118b39a by Alexander Pinzon (soc-2012-sushi) July 5, 2012, 16:22 (GMT) |
Add volume preservation flag in UI |
Commit Details:
Full Hash: 118b39acb8c7cd6022a527db26c6638f74bb69dd
SVN Revision: 48654
Parent Commit: c347054
Lines Changed: +32, -12
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+3, -1) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_smooth_laplacian.c (+9, -4) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+5, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_laplaciansmooth.c (+8, -4) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -0) (Diff)
/source/blender/bmesh/operators/bmo_smooth_laplacian.c (+9, -4) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+5, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_laplaciansmooth.c (+8, -4) (Diff)