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>2020-09-19 10:31:17 +0300
committerBastien Montagne <bastien@blender.org>2020-09-20 17:26:39 +0300
commit1c98bb83a4d401478188eaf1e8dd52c7c489c3a5 (patch)
treeacedafa75ed6930cab496a7a33c90f824ce88216 /source/blender/makesrna/intern/rna_rna.c
parent9756c66720464ec269a9361b59069f91876809eb (diff)
Cleanup: Correct comment in newly added liboverride code for IDProp collections.
Diffstat (limited to 'source/blender/makesrna/intern/rna_rna.c')
-rw-r--r--source/blender/makesrna/intern/rna_rna.c3
1 files changed, 2 insertions, 1 deletions
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;