[Bf-blender-cvs] [7754c4f10ff] sculpt-dev: Fix windows build

Pablo Dobarro noreply at git.blender.org
Mon Jan 4 21:23:03 CET 2021


Commit: 7754c4f10ff097afe0ddeb7ce9ad6992d5fe3fc1
Author: Pablo Dobarro
Date:   Mon Jan 4 21:22:45 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rB7754c4f10ff097afe0ddeb7ce9ad6992d5fe3fc1

Fix windows build

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

M	source/blender/editors/sculpt_paint/sculpt_gradient.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_gradient.c b/source/blender/editors/sculpt_paint/sculpt_gradient.c
index 92e7c60430b..a9bb389fab9 100644
--- a/source/blender/editors/sculpt_paint/sculpt_gradient.c
+++ b/source/blender/editors/sculpt_paint/sculpt_gradient.c
@@ -238,11 +238,13 @@ void SCULPT_OT_mask_gradient(struct wmOperatorType *ot)
   ot->description = "Creates or modifies the mask using a gradient";
 
   /* api callbacks */
+  /*
   ot->invoke = WM_gesture_straightline_invoke;
   ot->modal = WM_gesture_straightline_modal;
   ot->exec = sculpt_gradient_update_exec;
 
   ot->poll = SCULPT_mode_poll;
+  */
 
   ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;



More information about the Bf-blender-cvs mailing list