Blender Git Commit Log

Git Commits -> Revision df28945

November 4, 2017, 04:43 (GMT)
GP Modifiers: Replace defunct "Duplication" modifier with "Build" modifier

It doesn't actually do anything now, and most of its properties are
undefined as well, but we don't want to break any existing files now
(as renumbering the other modifiers would cause issues)

Note: BKE_gpencil_reset_modifiers() has been removed. If the array modifier
needs this, we will have to find another solution to this.

Commit Details:

Full Hash: df289455c7f1ae6b816b49a47a09a8d558729eba
Parent Commit: a88cdce
Lines Changed: +134, -268

1 Added Path:

/source/blender/modifiers/intern/MOD_gpencilbuild.c (+102, -0) (View)

1 Deleted Path:

/source/blender/modifiers/intern/MOD_gpencildupli.c (+0, -108)

10 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_modifier.py (+3, -35) (Diff)
/source/blender/blenkernel/BKE_gpencil.h (+0, -1) (Diff)
/source/blender/blenkernel/intern/gpencil_modifier.c (+2, -18) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+0, -5) (Diff)
/source/blender/editors/space_outliner/outliner_draw.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+12, -20) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+11, -77) (Diff)
/source/blender/modifiers/CMakeLists.txt (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_util.c (+1, -1) (Diff)
/source/blender/modifiers/MOD_modifiertypes.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021