From 1c98bb83a4d401478188eaf1e8dd52c7c489c3a5 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 19 Sep 2020 09:31:17 +0200 Subject: Cleanup: Correct comment in newly added liboverride code for IDProp collections. --- source/blender/makesrna/intern/rna_rna.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern') diff --git a/source/blender/makesrna/intern/rna_rna.c b/source/blender/makesrna/intern/rna_rna.c index a9135f20a26..cab596c10fb 100644 --- a/source/blender/makesrna/intern/rna_rna.c +++ b/source/blender/makesrna/intern/rna_rna.c @@ -2583,7 +2583,8 @@ bool rna_property_override_apply_default(Main *UNUSED(bmain), BLI_assert(item_index_added >= 0); /* This is the section of code that makes it specific to IDProperties (the rest could be - * used with some regular RNA/DNA data too). + * used with some regular RNA/DNA data too, if `RNA_property_collection_add` where + * actually implemented for those). * Currently it is close to impossible to copy arbitrary 'real' RNA data between * Collection items. */ IDProperty *item_idprop_src = item_ptr_src.data; -- cgit v1.2.3