From 6cc78927a301a35dcfdb0bd3ccd03cc3ca3a8863 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Thu, 26 Jun 2014 16:46:19 +1200 Subject: Select Grouped -> KeyingSet for bones also shows error messages now when the Keying Set is inappropriate --- source/blender/editors/object/object_select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object/object_select.c') diff --git a/source/blender/editors/object/object_select.c b/source/blender/editors/object/object_select.c index 2e1e8a94871..5590d028faa 100644 --- a/source/blender/editors/object/object_select.c +++ b/source/blender/editors/object/object_select.c @@ -797,7 +797,7 @@ static bool select_grouped_keyingset(bContext *C, Object *UNUSED(ob), ReportList BKE_report(reports, RPT_ERROR, "Keying Set does not contain any paths"); } } - return 0; + return false; } /* select each object that Keying Set refers to */ -- cgit v1.2.3