Blender
V3.3
|
#include <DNA_collection_types.h>
Public Attributes | |
struct CollectionObject * | next |
struct CollectionObject * | prev |
struct Object * | ob |
Definition at line 23 of file DNA_collection_types.h.
struct CollectionObject* CollectionObject::next |
Definition at line 24 of file DNA_collection_types.h.
Referenced by BKE_scene_objects_iterator_next(), lib_override_linked_group_tag_collections_keep_tagged_check_recursive(), and object_base_unique().
struct Object* CollectionObject::ob |
Definition at line 25 of file DNA_collection_types.h.
Referenced by BKE_collection_delete(), BKE_scene_objects_iterator_next(), collection_object_add(), object_base_unique(), and view3d_collection_drop_copy_external_asset().
struct CollectionObject * CollectionObject::prev |
Definition at line 24 of file DNA_collection_types.h.