Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_object_force.c
| Context not available. | |||||
| /* This first-level RNA pointer also has list of all caches from owning ID. | /* This first-level RNA pointer also has list of all caches from owning ID. | ||||
| * Those caches items have exact same content as 'active' one, except for that collection, | * Those caches items have exact same content as 'active' one, except for that collection, | ||||
| * to prevent ugly recursive layout pattern. | * to prevent ugly recursive layout pattern. | ||||
| * Note: This shall probably be redone from scratch in a proper way at some poitn, but for now that will do, | * Note: This shall probably be redone from scratch in a proper way at some point, but for now that will do, | ||||
| * and shall not break anything in the API. */ | * and shall not break anything in the API. */ | ||||
| prop = RNA_def_property(srna, "point_caches", PROP_COLLECTION, PROP_NONE); | prop = RNA_def_property(srna, "point_caches", PROP_COLLECTION, PROP_NONE); | ||||
| RNA_def_property_collection_funcs(prop, "rna_Cache_list_begin", "rna_iterator_listbase_next", | RNA_def_property_collection_funcs(prop, "rna_Cache_list_begin", "rna_iterator_listbase_next", | ||||
| Context not available. | |||||