[Bf-blender-cvs] [ef9d638ffbc] greasepencil-object: GPencil: Cleanup formating issue

Antonio Vazquez noreply at git.blender.org
Sat Feb 15 13:41:55 CET 2020


Commit: ef9d638ffbca1560c3347230f673ecacbacf0559
Author: Antonio Vazquez
Date:   Sat Feb 15 13:29:12 2020 +0100
Branches: greasepencil-object
https://developer.blender.org/rBef9d638ffbca1560c3347230f673ecacbacf0559

GPencil: Cleanup formating issue

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

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 f80193ce826..5768337ea68 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -654,37 +654,20 @@ typedef enum eBrushUVSculptTool {
 #define SCULPT_TOOL_HAS_RAKE(t) ELEM(t, SCULPT_TOOL_SNAKE_HOOK)
 
 #define SCULPT_TOOL_HAS_DYNTOPO(t) \
-  (ELEM( \
-       t, /* These brushes, as currently coded, cannot support dynamic topology */ \
-       SCULPT_TOOL_GRAB, \
-       SCULPT_TOOL_ROTATE, \
-       SCULPT_TOOL_THUMB, \
-       SCULPT_TOOL_LAYER, \
-       SCULPT_TOOL_DRAW_SHARP, \
-       SCULPT_TOOL_SLIDE_RELAX, \
-       SCULPT_TOOL_ELASTIC_DEFORM, \
-       SCULPT_TOOL_POSE, \
+  (ELEM(t, /* These brushes, as currently coded, cannot support dynamic topology */ \
+        SCULPT_TOOL_GRAB, \
+        SCULPT_TOOL_ROTATE, \
+        SCULPT_TOOL_THUMB, \
+        SCULPT_TOOL_LAYER, \
+        SCULPT_TOOL_DRAW_SHARP, \
+        SCULPT_TOOL_SLIDE_RELAX, \
+        SCULPT_TOOL_ELASTIC_DEFORM, \
+        SCULPT_TOOL_POSE, \
 \
-       /* These brushes could handle dynamic topology, \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
-        * \ \
-        * \ \ \
-        * \ \ \ \
-        * \ \ \ \ \
-        * \ \ \ \ \ \
-        * \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
-        * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ but user feedback indicates it's better not to */ \
-       SCULPT_TOOL_SMOOTH, \
-       SCULPT_TOOL_MASK) == 0)
+        /* These brushes could handle dynamic topology, \ \
+         * but user feedback indicates it's better not to */ \
+        SCULPT_TOOL_SMOOTH, \
+        SCULPT_TOOL_MASK) == 0)
 
 #define SCULPT_TOOL_HAS_TOPOLOGY_RAKE(t) \
   (ELEM(t, /* These brushes, as currently coded, cannot support topology rake. */ \



More information about the Bf-blender-cvs mailing list