Blender Git Commit Log

Git Commits -> Revision 1094e56

Revision 1094e56 by Cody Winchester (master)
January 27, 2020, 13:46 (GMT)
Cast modifier: Add invert vgroup option.

Adds the Invert Vertex Group weight option to the Cast modifier.
Uses the same setup as similar modifiers invert weight.
Adds a boolean invert property next to the vertex group string in the modifier
and subtracts the current vertex weight from 1.0f if it is turned on.

Differential Revision: https://developer.blender.org/D6671

Minor modifications by @mont29.

Commit Details:

Full Hash: 1094e560413d38e9834ae563ef248f898cb8b201
Parent Commit: 2ab5ca8
Committed By: Bastien Montagne
Lines Changed: +18, -3

4 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+3, -1) (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_cast.c (+9, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021