Blender Git Commit Log

Git Commits -> Revision 368b56c

Revision 368b56c by Antonio Vazquez (master)
September 22, 2021, 13:54 (GMT)
GPencil: Split Weight modifier in two to make more consistent

The old modifier had two modes, but it is better to keep separated as meshes.

The UI has changed to be more consistent, including a new column type of modifiers.

Note: The logic has not changed with the previous version of the modifier, just is a split on two modifiers..

Reviewed By: mendio, pablovazquez

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

Commit Details:

Full Hash: 368b56c9a132f7a37c638d16fc4c263d211bc4ed
Parent Commit: 9f63134
Lines Changed: +762, -426

2 Added Paths:

/source/blender/gpencil_modifiers/intern/MOD_gpencilweight_angle.c (+260, -0) (View)
/source/blender/gpencil_modifiers/intern/MOD_gpencilweight_proximity.c (+275, -0) (View)

1 Deleted Path:

/source/blender/gpencil_modifiers/intern/MOD_gpencilweight.c (+0, -335)

8 Modified Paths:

/source/blender/editors/space_outliner/outliner_draw.c (+4, -1) (Diff)
/source/blender/gpencil_modifiers/CMakeLists.txt (+2, -1) (Diff)
/source/blender/gpencil_modifiers/intern/MOD_gpencil_util.c (+2, -1) (Diff)
/source/blender/gpencil_modifiers/MOD_gpencil_modifiertypes.h (+2, -1) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_defaults.h (+13, -2) (Diff)
/source/blender/makesdna/DNA_gpencil_modifier_types.h (+31, -18) (Diff)
/source/blender/makesdna/intern/dna_defaults.c (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_gpencil_modifier.c (+169, -65) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021