Blender Git Loki
Git Commits -> Revision 455ca1b
Revision 455ca1b by Campbell Barton (master) June 4, 2015, 16:56 (GMT) |
BMesh decimate, improve behavior with weights Add slider to adjust the influence of weights relative to geometry distortion. This allows subtle influences to be applied - without drastic changes in behavior. |
Commit Details:
Full Hash: 455ca1b28f140482f2834c9bba0adc730aff6637
Parent Commit: c64f491
Lines Changed: +91, -36
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+16, -3) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+14, -0) (Diff)
/source/blender/bmesh/tools/bmesh_decimate.h (+0, -4) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_collapse.c (+45, -22) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_decimate.c (+7, -6) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+14, -0) (Diff)
/source/blender/bmesh/tools/bmesh_decimate.h (+0, -4) (Diff)
/source/blender/bmesh/tools/bmesh_decimate_collapse.c (+45, -22) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_decimate.c (+7, -6) (Diff)