From a9c99f58f47e4d40ab86803f882f44c8e849b6d9 Mon Sep 17 00:00:00 2001 From: Jason Hays Date: Sun, 18 Sep 2011 03:49:00 +0000 Subject: Changed the branch code markers to say "Radish" in response to a review. They weren't & aren't meant to show ownership, they just help me navigate my related code. --- source/blender/editors/sculpt_paint/paint_utils.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_utils.c') diff --git a/source/blender/editors/sculpt_paint/paint_utils.c b/source/blender/editors/sculpt_paint/paint_utils.c index 8d7a3323f57..e76d21a9eec 100644 --- a/source/blender/editors/sculpt_paint/paint_utils.c +++ b/source/blender/editors/sculpt_paint/paint_utils.c @@ -358,7 +358,7 @@ void PAINT_OT_face_select_all(wmOperatorType *ot) WM_operator_properties_select_all(ot); } -/* Jason */ +/* Radish */ static int vert_select_all_exec(bContext *C, wmOperator *op) { Object *ob= CTX_data_active_object(C); @@ -367,7 +367,7 @@ static int vert_select_all_exec(bContext *C, wmOperator *op) return OPERATOR_FINISHED; } -/* Jason */ +/* Radish */ void PAINT_OT_vert_select_all(wmOperatorType *ot) { ot->name= "Vertex Selection"; @@ -381,7 +381,7 @@ void PAINT_OT_vert_select_all(wmOperatorType *ot) WM_operator_properties_select_all(ot); } -/* Jason */ +/* Radish */ static int vert_select_inverse_exec(bContext *C, wmOperator *UNUSED(op)) { Object *ob= CTX_data_active_object(C); @@ -389,7 +389,7 @@ static int vert_select_inverse_exec(bContext *C, wmOperator *UNUSED(op)) ED_region_tag_redraw(CTX_wm_region(C)); return OPERATOR_FINISHED; } -/* Jason */ +/* Radish */ void PAINT_OT_vert_select_inverse(wmOperatorType *ot) { ot->name= "Vertex Select Invert"; -- cgit v1.2.3