Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_data.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_data.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/gpencil/gpencil_data.c b/source/blender/editors/gpencil/gpencil_data.c
index 1bdeeefe223..de0707a7781 100644
--- a/source/blender/editors/gpencil/gpencil_data.c
+++ b/source/blender/editors/gpencil/gpencil_data.c
@@ -280,7 +280,7 @@ void GPENCIL_OT_layer_remove(wmOperatorType *ot)
enum {
GP_LAYER_MOVE_UP = -1,
- GP_LAYER_MOVE_DOWN = 1
+ GP_LAYER_MOVE_DOWN = 1,
};
static int gp_layer_move_exec(bContext *C, wmOperator *op)
@@ -783,7 +783,7 @@ enum {
GP_STROKE_MOVE_UP = -1,
GP_STROKE_MOVE_DOWN = 1,
GP_STROKE_MOVE_TOP = 2,
- GP_STROKE_MOVE_BOTTOM = 3
+ GP_STROKE_MOVE_BOTTOM = 3,
};
static int gp_stroke_arrange_exec(bContext *C, wmOperator *op)
@@ -1173,7 +1173,7 @@ void GPENCIL_OT_brush_change(wmOperatorType *ot)
enum {
GP_BRUSH_MOVE_UP = -1,
- GP_BRUSH_MOVE_DOWN = 1
+ GP_BRUSH_MOVE_DOWN = 1,
};
static int gp_brush_move_exec(bContext *C, wmOperator *op)
@@ -1932,7 +1932,7 @@ void GPENCIL_OT_palettecolor_unlock_all(wmOperatorType *ot)
enum {
GP_COLOR_MOVE_UP = -1,
- GP_COLOR_MOVE_DOWN = 1
+ GP_COLOR_MOVE_DOWN = 1,
};
static int gp_palettecolor_move_exec(bContext *C, wmOperator *op)