[Bf-blender-cvs] [670c1fdf64d] master: GPencil: Remove limitation to use only one Lattice modifier

Antonio Vazquez noreply at git.blender.org
Thu Mar 11 18:17:35 CET 2021


Commit: 670c1fdf64d1a64aef8eaa802f779d7c705afb77
Author: Antonio Vazquez
Date:   Thu Mar 11 18:17:23 2021 +0100
Branches: master
https://developer.blender.org/rB670c1fdf64d1a64aef8eaa802f779d7c705afb77

GPencil: Remove limitation to use only one Lattice modifier

This limitation was necessary in older versions, but now can be removed.

===================================================================

M	source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c

===================================================================

diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c b/source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c
index b2a83e83c9e..ff493258b9b 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillattice.c
@@ -265,7 +265,7 @@ GpencilModifierTypeInfo modifierType_Gpencil_Lattice = {
     /* structName */ "LatticeGpencilModifierData",
     /* structSize */ sizeof(LatticeGpencilModifierData),
     /* type */ eGpencilModifierTypeType_Gpencil,
-    /* flags */ eGpencilModifierTypeFlag_Single | eGpencilModifierTypeFlag_SupportsEditmode,
+    /* flags */ eGpencilModifierTypeFlag_SupportsEditmode,
 
     /* copyData */ copyData,



More information about the Bf-blender-cvs mailing list