[Bf-blender-cvs] [9c59025289b] greasepencil-object: Remove warning message

Antonio Vazquez noreply at git.blender.org
Thu Dec 28 22:12:55 CET 2017


Commit: 9c59025289beb87f95c61a09b61feeda7af9ca7b
Author: Antonio Vazquez
Date:   Thu Dec 28 22:12:44 2017 +0100
Branches: greasepencil-object
https://developer.blender.org/rB9c59025289beb87f95c61a09b61feeda7af9ca7b

Remove warning message

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

M	source/blender/editors/gpencil/gpencil_fill.c

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

diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c
index 5b9a8b404fb..36c3a47b370 100644
--- a/source/blender/editors/gpencil/gpencil_fill.c
+++ b/source/blender/editors/gpencil/gpencil_fill.c
@@ -739,8 +739,6 @@ static int gpencil_fill_init(bContext *C, wmOperator *op)
 /* start of interactive part of operator */
 static int gpencil_fill_invoke(bContext *C, wmOperator *op, const wmEvent *event)
 {
-	BKE_report(op->reports, RPT_WARNING, "This operator is not implemented yet");
-
 	tGPDfill *tgpf = NULL;
 
 	/* try to initialize context data needed */



More information about the Bf-blender-cvs mailing list