Blender Git Loki
Git Commits -> Revision 4393df9
Revision 4393df9 by Bastien Montagne (master) September 5, 2011, 16:16 (GMT) |
VGroup Modifiers: added mapping options to proximity and edit. *Added Smooth/Sharp/Root/etc. mappings to WeightVGEdit modifier, in addition to custom curve one. *Added Smooth/Sharp/Root/etc. mappings to WeightVGProximity modifier, without the custom curve one! *Factorized the common mapping code into MOD_weightvg_util. |
Commit Details:
Full Hash: 4393df93202198b5eaaff438e18060c66b98928d
SVN Revision: 39930
Parent Commit: cc906e0
Lines Changed: +149, -116
7 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+4, -23) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+23, -6) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+30, -58) (Diff)
/source/blender/modifiers/intern/MOD_weightvgedit.c (+6, -5) (Diff)
/source/blender/modifiers/intern/MOD_weightvgproximity.c (+13, -14) (Diff)
/source/blender/modifiers/intern/MOD_weightvg_util.c (+61, -5) (Diff)
/source/blender/modifiers/intern/MOD_weightvg_util.h (+12, -5) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+23, -6) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+30, -58) (Diff)
/source/blender/modifiers/intern/MOD_weightvgedit.c (+6, -5) (Diff)
/source/blender/modifiers/intern/MOD_weightvgproximity.c (+13, -14) (Diff)
/source/blender/modifiers/intern/MOD_weightvg_util.c (+61, -5) (Diff)
/source/blender/modifiers/intern/MOD_weightvg_util.h (+12, -5) (Diff)