[Bf-blender-cvs] [2a5b98c78fe] sculpt-dev: Fix backwards preset in last commit

Joseph Eagar noreply at git.blender.org
Wed Sep 22 11:50:41 CEST 2021


Commit: 2a5b98c78feb744d71d7f8e1032050790955c956
Author: Joseph Eagar
Date:   Wed Sep 22 02:50:30 2021 -0700
Branches: sculpt-dev
https://developer.blender.org/rB2a5b98c78feb744d71d7f8e1032050790955c956

Fix backwards preset in last commit

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

M	source/blender/blenkernel/intern/brush_channel_define.h

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

diff --git a/source/blender/blenkernel/intern/brush_channel_define.h b/source/blender/blenkernel/intern/brush_channel_define.h
index 2bb99c97daf..c1d27e29593 100644
--- a/source/blender/blenkernel/intern/brush_channel_define.h
+++ b/source/blender/blenkernel/intern/brush_channel_define.h
@@ -141,7 +141,7 @@
   MAKE_FLOAT(hardness, "Hardness", "Brush falloff hardness", 0.0f, 0.0f, 1.0f)
   MAKE_FLOAT(tip_roundness, "Tip Roundness", "", 0.0f, 0.0f, 1.0f)
   MAKE_BOOL(accumulate, "Accumulate", "", false)
-  MAKE_ENUM(direction, "Direction", "", 1, _({\
+  MAKE_ENUM(direction, "Direction", "", 0, _({\
         {0, "ADD", "ADD", "Add", "Add effect of brush"},
         {1, "SUBTRACT", "REMOVE", "Subtract", "Subtract effect of brush"},
         {-1}



More information about the Bf-blender-cvs mailing list