[Bf-blender-cvs] [417ba6aa1ca] master: GPencil: Cleanup comments typo error

Antonio Vazquez noreply at git.blender.org
Mon Nov 2 15:27:46 CET 2020


Commit: 417ba6aa1cacd7e69df7f54207627f13328fd3f9
Author: Antonio Vazquez
Date:   Mon Nov 2 15:27:16 2020 +0100
Branches: master
https://developer.blender.org/rB417ba6aa1cacd7e69df7f54207627f13328fd3f9

GPencil: Cleanup comments typo error

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

M	source/blender/makesdna/DNA_brush_types.h

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

diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 713f5ee2afa..866c1c44e3f 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -183,7 +183,7 @@ typedef enum eGPBrush_Presets {
   GP_BRUSH_PRESET_DRAW_WEIGHT = 300,
 } eGPBrush_Presets;
 
-/* BrushGpencilSettings->gp_flag */
+/* BrushGpencilSettings->flag */
 typedef enum eGPDbrush_Flag {
   /* brush use pressure */
   GP_BRUSH_USE_PRESSURE = (1 << 0),



More information about the Bf-blender-cvs mailing list