From ab5d0d2df3ef98cd4aa3614e9696b0dc3f5bba5f Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 7 Sep 2022 10:25:58 +0200 Subject: Cleanup: Remove some references to proxies in comments/log messages. Note that there are still some references to proxies left, in some cases it's unclear if the code related to the comment is even still relevant, this goes beyond mere cleanup to address then. --- source/blender/makesrna/intern/rna_pose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_pose.c') diff --git a/source/blender/makesrna/intern/rna_pose.c b/source/blender/makesrna/intern/rna_pose.c index e1a46b01db2..182f3ff6afa 100644 --- a/source/blender/makesrna/intern/rna_pose.c +++ b/source/blender/makesrna/intern/rna_pose.c @@ -127,7 +127,7 @@ static char *rna_PoseBone_path(const PointerRNA *ptr) static bool rna_bone_group_poll(Object *ob, ReportList *reports) { if (ID_IS_OVERRIDE_LIBRARY(ob)) { - BKE_report(reports, RPT_ERROR, "Cannot edit bone groups for proxies or library overrides"); + BKE_report(reports, RPT_ERROR, "Cannot edit bone groups for library overrides"); return false; } -- cgit v1.2.3