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/blenkernel/BKE_idprop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_idprop.h') diff --git a/source/blender/blenkernel/BKE_idprop.h b/source/blender/blenkernel/BKE_idprop.h index c14da538e7c..e9b075aeb49 100644 --- a/source/blender/blenkernel/BKE_idprop.h +++ b/source/blender/blenkernel/BKE_idprop.h @@ -98,7 +98,7 @@ void IDP_AssignID(struct IDProperty *prop, struct ID *id, int flag); * Sync values from one group to another when values name and types match, * copy the values, else ignore. * - * \note Use for syncing proxies. + * \note Was used for syncing proxies. */ void IDP_SyncGroupValues(struct IDProperty *dest, const struct IDProperty *src) ATTR_NONNULL(); void IDP_SyncGroupTypes(struct IDProperty *dest, const struct IDProperty *src, bool do_arraylen) -- cgit v1.2.3