|
Blender V4.3
|
#include <DNA_collection_types.h>
Public Attributes | |
| struct CollectionChild * | next |
| struct CollectionChild * | prev |
| struct Collection * | collection |
| CollectionLightLinking | light_linking |
| int | _pad |
Definition at line 57 of file DNA_collection_types.h.
| int CollectionChild::_pad |
Definition at line 62 of file DNA_collection_types.h.
| struct Collection* CollectionChild::collection |
Definition at line 59 of file DNA_collection_types.h.
Referenced by BKE_collection_delete(), collection_child_add(), and blender::ed::object::single_object_users_collection().
| CollectionLightLinking CollectionChild::light_linking |
Definition at line 61 of file DNA_collection_types.h.
Referenced by collection_child_add(), collection_duplicate_recursive(), and light_linking_collection_add_collection().
| struct CollectionChild* CollectionChild::next |
Definition at line 58 of file DNA_collection_types.h.
Referenced by lib_override_linked_group_tag_collections_keep_tagged_check_recursive(), blender::ed::object::single_object_users_collection(), and template_id_liboverride_hierarchy_collections_tag_recursive().
| struct CollectionChild * CollectionChild::prev |
Definition at line 58 of file DNA_collection_types.h.