[Bf-blender-cvs] [4e8fc141205] master: GPencil: Fix name typo error

Antonio Vazquez noreply at git.blender.org
Wed Jul 15 12:48:01 CEST 2020


Commit: 4e8fc1412051aa1eec98cad93ffd76b60a754942
Author: Antonio Vazquez
Date:   Wed Jul 15 12:47:45 2020 +0200
Branches: master
https://developer.blender.org/rB4e8fc1412051aa1eec98cad93ffd76b60a754942

GPencil: Fix name typo error

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

M	source/blender/editors/gpencil/gpencil_mesh.c

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

diff --git a/source/blender/editors/gpencil/gpencil_mesh.c b/source/blender/editors/gpencil/gpencil_mesh.c
index 763f5687edf..68ab5100bf4 100644
--- a/source/blender/editors/gpencil/gpencil_mesh.c
+++ b/source/blender/editors/gpencil/gpencil_mesh.c
@@ -82,7 +82,7 @@ static bool gpencil_bake_mesh_animation_poll(bContext *C)
 }
 
 typedef struct GpBakeOb {
-  struct GPBakelist *next, *prev;
+  struct GpBakeOb *next, *prev;
   Object *ob;
 } GpBakeOb;



More information about the Bf-blender-cvs mailing list