Blender Git Commit Log
Git Commits -> Revision c381b3f
Revision c381b3f by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 28, 2018, 16:54 (GMT) |
added vertexgroup to influence metaball radii note, the weight (0...1) is normed to a size factor -0.5 ... 0.5 to also allow negative mball elements. |
Commit Details:
Full Hash: c381b3fadc3788492adb7786d8f4031ffba8ee71
Parent Commit: 3cc1faf
Lines Changed: +68, -8
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_mball_tessellate.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/mball_tessellate.c (+22, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+36, -4) (Diff)
/source/blender/blenkernel/BKE_mball_tessellate.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/mball_tessellate.c (+22, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+7, -0) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+36, -4) (Diff)