|
Blender V5.0
|
#include <DNA_collection_types.h>
Public Attributes | |
| struct CollectionObject * | next |
| struct CollectionObject * | prev |
| struct Object * | ob |
| CollectionLightLinking | light_linking |
| int | _pad |
Definition at line 58 of file DNA_collection_types.h.
| int CollectionObject::_pad |
Definition at line 63 of file DNA_collection_types.h.
| CollectionLightLinking CollectionObject::light_linking |
Definition at line 62 of file DNA_collection_types.h.
Referenced by collection_object_add(), and light_linking_collection_add_object().
| struct CollectionObject* CollectionObject::next |
Definition at line 59 of file DNA_collection_types.h.
Referenced by BKE_scene_objects_iterator_next(), lib_override_linked_group_tag_collections_keep_tagged_check_recursive(), blender::ed::object::libblock_relink_collection(), and object_base_unique().
| struct Object* CollectionObject::ob |
Definition at line 60 of file DNA_collection_types.h.
Referenced by BKE_collection_delete(), BKE_collection_object_replace(), BKE_scene_objects_iterator_next(), collection_gobject_hash_update_object(), collection_object_add(), collection_object_remove_no_gobject_hash(), object_base_unique(), blender::bke::tests::TEST_F(), and view3d_collection_drop_copy_external_asset().
| struct CollectionObject * CollectionObject::prev |
Definition at line 59 of file DNA_collection_types.h.