Cleanup: Anim, clarify comment in rna_def_armature

Instead of `Collections`, describe a section as `Collection Properties`.
Otherwise it's ambiguous whether it's about that or specifically bone
collections.

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2023-12-28 14:54:52 +01:00
parent a582755321
commit 423ddac25f
1 changed files with 1 additions and 1 deletions

View File

@ -1946,7 +1946,7 @@ static void rna_def_armature(BlenderRNA *brna)
RNA_define_lib_overridable(true);
/* Collections */
/* Collection Properties */
prop = RNA_def_property(srna, "bones", PROP_COLLECTION, PROP_NONE);
RNA_def_property_collection_sdna(prop, nullptr, "bonebase", nullptr);
RNA_def_property_collection_funcs(prop,