Blender Git Commit Log
Git Commits -> Revision 8768cd6
Revision 8768cd6 by Cody Winchester (master) February 6, 2020, 10:51 (GMT) |
Curve Modifier add invert vgroup option Adds the invert vertex group option to the Curve modifier. Adds a short flag and char pad to the Curve modifier DNA. Passes the flag into the curve_deform_verts function as the weight values are found there and not in the modifiers .c file. Reviewed By: mont29 Differential Revision: https://developer.blender.org/D6746 |
Commit Details:
Full Hash: 8768cd6a6a98a710ed2b6d8b257c43dd0e6e58ee
Parent Commit: 2abe733
Committed By: Bastien Montagne
Lines Changed: +26, -6
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+3, -1) (Diff)
/source/blender/blenkernel/BKE_lattice.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/lattice.c (+9, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_curve.c (+1, -1) (Diff)
/source/blender/blenkernel/BKE_lattice.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/lattice.c (+9, -3) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+5, -0) (Diff)
/source/blender/modifiers/intern/MOD_curve.c (+1, -1) (Diff)