Commit: fbfdbaf2ebc9297bd392993cf731b0914ae5c585
Author: Bastien Montagne
Date:   Sun Nov 16 11:16:56 2014 +0100
Branches: master
https://developer.blender.org/rBfbfdbaf2ebc9297bd392993cf731b0914ae5c585

Own cleanup, sorry for the noise :/

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

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

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

diff --git a/source/blender/editors/sculpt_paint/sculpt.c 
b/source/blender/editors/sculpt_paint/sculpt.c
index 6fb1679..aecbe62 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -5222,14 +5222,10 @@ static void SCULPT_OT_set_detail_size(wmOperatorType 
*ot)
        ot->description = "Set the mesh detail (either relative or constant 
one, depending on current dyntopo mode)";
 
        /* api callbacks */
-       //ot->invoke = sculpt_set_detail_size_invoke;
        ot->exec = sculpt_set_detail_size_exec;
-       //ot->modal = sculpt_set_detail_size_modal;
        ot->poll = sculpt_and_dynamic_topology_poll;
 
        ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;
-
-       //RNA_def_int_array(ot->srna, "location", 2, NULL, 0, SHRT_MAX, 
"Location", "Screen Coordinates of sampling", 0, SHRT_MAX);
 }
 
 void ED_operatortypes_sculpt(void)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to