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:
authorBastien Montagne <bastien@blender.org>2021-01-25 12:56:55 +0300
committerBastien Montagne <bastien@blender.org>2021-01-25 12:56:55 +0300
commita0b85800ec306d7a68815378acec069de7f65df9 (patch)
treef837b678eb6e8fda4d4b9d1f326a51cc21627698 /source/blender/makesrna
parent4d94e2afc86e0bbc441bc1e571e5398bbdc7c025 (diff)
parent3df2bea88be49d396894bf7495b573c0683ad219 (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_pose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_pose.c b/source/blender/makesrna/intern/rna_pose.c
index cd3e4a09fc3..996a1ebc5c7 100644
--- a/source/blender/makesrna/intern/rna_pose.c
+++ b/source/blender/makesrna/intern/rna_pose.c
@@ -141,7 +141,7 @@ static char *rna_PoseBone_path(PointerRNA *ptr)
static bool rna_bone_group_poll(Object *ob, ReportList *reports)
{
if ((ob->proxy != NULL) || (ob->proxy_group != NULL) || ID_IS_OVERRIDE_LIBRARY(ob)) {
- BKE_report(reports, RPT_ERROR, "Cannot edit bonegroups for proxies or library overrides");
+ BKE_report(reports, RPT_ERROR, "Cannot edit boneg roups for proxies or library overrides");
return false;
}