Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2014-06-26 08:46:19 +0400
committerJoshua Leung <aligorith@gmail.com>2014-07-03 16:09:36 +0400
commit6cc78927a301a35dcfdb0bd3ccd03cc3ca3a8863 (patch)
treed685bed0daf8e698486eb9773f0f7eb997ba8502 /source/blender/editors/object/object_select.c
parent796aef081bf3dff52bb177b247c659ef16cae6fb (diff)
Select Grouped -> KeyingSet for bones also shows error messages now when the Keying Set is inappropriate
Diffstat (limited to 'source/blender/editors/object/object_select.c')
-rw-r--r--source/blender/editors/object/object_select.c2
1 files changed, 1 insertions, 1 deletions
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 */