[Bf-blender-cvs] [a8144e857b5] greasepencil-object: GPencil: Revert change of temp buffer size

Antonio Vazquez noreply at git.blender.org
Wed Mar 24 17:09:42 CET 2021


Commit: a8144e857b5f93553691c0a1558315faa9015649
Author: Antonio Vazquez
Date:   Wed Mar 24 17:08:33 2021 +0100
Branches: greasepencil-object
https://developer.blender.org/rBa8144e857b5f93553691c0a1558315faa9015649

GPencil: Revert change of temp buffer size

Related to spray test

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

M	source/blender/editors/gpencil/gpencil_intern.h

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

diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h
index 2e5dbc6f2f5..c6f74c39beb 100644
--- a/source/blender/editors/gpencil/gpencil_intern.h
+++ b/source/blender/editors/gpencil/gpencil_intern.h
@@ -350,7 +350,7 @@ typedef enum eGPencil_PaintModes {
 } eGPencil_PaintModes;
 
 /* chunk size for gp-session buffer (the total size is a multiple of this number) */
-#define GP_STROKE_BUFFER_CHUNK 8192
+#define GP_STROKE_BUFFER_CHUNK 2048
 
 /* stroke editing ----- */



More information about the Bf-blender-cvs mailing list