Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_collection.h
| Show First 20 Lines • Show All 94 Lines • ▼ Show 20 Lines | |||||
| bool BKE_collection_object_remove(struct Main *bmain, | bool BKE_collection_object_remove(struct Main *bmain, | ||||
| struct Collection *collection, | struct Collection *collection, | ||||
| struct Object *object, | struct Object *object, | ||||
| const bool free_us); | const bool free_us); | ||||
| void BKE_collection_object_move(struct Main *bmain, | void BKE_collection_object_move(struct Main *bmain, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct Collection *collection_dst, | struct Collection *collection_dst, | ||||
| struct Collection *collection_src, | struct Collection *collection_src, | ||||
| struct Object *ob); | struct Object *ob, | ||||
| struct ViewLayer *view_layer); | |||||
| bool BKE_scene_collections_object_remove(struct Main *bmain, | bool BKE_scene_collections_object_remove(struct Main *bmain, | ||||
| struct Scene *scene, | struct Scene *scene, | ||||
| struct Object *object, | struct Object *object, | ||||
| const bool free_us); | const bool free_us); | ||||
| void BKE_collections_object_remove_nulls(struct Main *bmain); | void BKE_collections_object_remove_nulls(struct Main *bmain); | ||||
| void BKE_collections_child_remove_nulls(struct Main *bmain, struct Collection *old_collection); | void BKE_collections_child_remove_nulls(struct Main *bmain, struct Collection *old_collection); | ||||
| ▲ Show 20 Lines • Show All 148 Lines • Show Last 20 Lines | |||||