|
Blender V5.0
|
#include "BLI_ghash.h"#include "BLI_iterator.h"#include "BLI_sys_types.h"#include "DNA_listBase.h"#include "DNA_userdef_enums.h"Go to the source code of this file.
Classes | |
| struct | blender::bke::CollectionRuntime |
| struct | CollectionParent |
| struct | SceneObjectsIteratorExData |
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
Macros | |
| #define | BKE_SCENE_COLLECTION_NAME "Scene Collection" |
| #define | FOREACH_COLLECTION_VISIBLE_OBJECT_RECURSIVE_BEGIN(_collection, _object, _mode) |
| #define | FOREACH_COLLECTION_VISIBLE_OBJECT_RECURSIVE_END |
| #define | FOREACH_COLLECTION_OBJECT_RECURSIVE_BEGIN(_collection, _object) |
| #define | FOREACH_COLLECTION_OBJECT_RECURSIVE_END |
| #define | FOREACH_SCENE_COLLECTION_BEGIN(scene, _instance) |
| #define | FOREACH_SCENE_COLLECTION_END ITER_END |
| #define | FOREACH_COLLECTION_BEGIN(_bmain, _scene, Type, _instance) |
| #define | FOREACH_COLLECTION_END |
| #define | FOREACH_SCENE_OBJECT_BEGIN(scene, _instance) |
| #define | FOREACH_SCENE_OBJECT_END ITER_END |
Typedefs | |
| using | BKE_scene_objects_Cb = void (*)(Object *ob, void *data) |
| using | BKE_scene_collections_Cb = void (*)(Collection *ob, void *data) |
Enumerations | |
| enum | { COLLECTION_TAG_RELATION_REBUILD = (1 << 0) , COLLECTION_TAG_COLLECTION_OBJECT_DIRTY = (1 << 1) } |
| #define BKE_SCENE_COLLECTION_NAME "Scene Collection" |
Definition at line 175 of file BKE_collection.hh.
Referenced by BKE_collection_master_add(), and blo_do_versions_300().
| #define FOREACH_COLLECTION_BEGIN | ( | _bmain, | |
| _scene, | |||
| Type, | |||
| _instance ) |
Definition at line 502 of file BKE_collection.hh.
Referenced by blender::ed::object::collection_objects_remove_exec(), blender::ed::object::find_collections_containing_object(), blender::ed::object::objects_add_active_exec(), and blender::ed::object::objects_remove_active_exec().
| #define FOREACH_COLLECTION_END |
Definition at line 524 of file BKE_collection.hh.
Referenced by blender::ed::object::collection_objects_remove_exec(), blender::ed::object::find_collections_containing_object(), blender::ed::object::objects_add_active_exec(), and blender::ed::object::objects_remove_active_exec().
| #define FOREACH_COLLECTION_OBJECT_RECURSIVE_BEGIN | ( | _collection, | |
| _object ) |
Definition at line 442 of file BKE_collection.hh.
Referenced by add_collision_object(), BKE_rigidbody_free_world(), BMD_error_messages(), blender::deg::DepsgraphNodeBuilder::build_rigidbody(), blender::deg::DepsgraphRelationBuilder::build_rigidbody(), collection_object_cyclic_check_internal(), DEG_add_collection_geometry_customdata_mask(), blender::bke::Instances::ensure_geometry_instances(), foreach_object_ptcache(), blender::bke::Instances::foreach_referenced_geometry(), blender::ed::outliner::id_override_library_create_hierarchy_pre_process(), loose_data_instantiate_collection_process(), blender::ed::object::make_override_library_exec(), modify_mesh(), particle_settings_blend_write(), and psys_check_group_weights().
| #define FOREACH_COLLECTION_OBJECT_RECURSIVE_END |
Definition at line 450 of file BKE_collection.hh.
Referenced by add_collision_object(), BKE_rigidbody_free_world(), BMD_error_messages(), blender::deg::DepsgraphNodeBuilder::build_rigidbody(), blender::deg::DepsgraphRelationBuilder::build_rigidbody(), collection_object_cyclic_check_internal(), DEG_add_collection_geometry_customdata_mask(), blender::bke::Instances::ensure_geometry_instances(), foreach_object_ptcache(), blender::bke::Instances::foreach_referenced_geometry(), blender::ed::outliner::id_override_library_create_hierarchy_pre_process(), loose_data_instantiate_collection_process(), blender::ed::object::make_override_library_exec(), modify_mesh(), particle_settings_blend_write(), and psys_check_group_weights().
| #define FOREACH_COLLECTION_VISIBLE_OBJECT_RECURSIVE_BEGIN | ( | _collection, | |
| _object, | |||
| _mode ) |
Definition at line 422 of file BKE_collection.hh.
Referenced by blender::add_this_collection(), blender::deg::DepsgraphRelationBuilder::build_object_instance_collection(), make_child_duplis(), make_duplis_collection(), make_duplis_geometry_set_impl(), and make_duplis_particle_system().
| #define FOREACH_COLLECTION_VISIBLE_OBJECT_RECURSIVE_END |
Definition at line 436 of file BKE_collection.hh.
Referenced by blender::add_this_collection(), blender::deg::DepsgraphRelationBuilder::build_object_instance_collection(), make_child_duplis(), make_duplis_collection(), make_duplis_geometry_set_impl(), and make_duplis_particle_system().
| #define FOREACH_SCENE_COLLECTION_BEGIN | ( | scene, | |
| _instance ) |
Definition at line 492 of file BKE_collection.hh.
Referenced by BKE_collection_add_from_collection(), BKE_collection_add_from_object(), BKE_collection_object_add_from(), scene_collections_object_remove(), and blender::ed::outliner::unlink_object_fn().
| #define FOREACH_SCENE_COLLECTION_END ITER_END |
Definition at line 500 of file BKE_collection.hh.
Referenced by BKE_collection_add_from_collection(), BKE_collection_add_from_object(), BKE_collection_object_add_from(), scene_collections_object_remove(), and blender::ed::outliner::unlink_object_fn().
| #define FOREACH_SCENE_OBJECT_BEGIN | ( | scene, | |
| _instance ) |
Definition at line 529 of file BKE_collection.hh.
Referenced by BKE_lib_override_library_main_proxy_convert(), BKE_view_layer_rename_lightgroup(), blender::ed::outliner::TreeElementSceneObjectsBase::expand(), get_camera_with_movieclip(), get_used_lightgroups(), id_search_cb_objects_from_scene(), blender::ed::object::object_convert_exec(), blender::ed::object::object_single_user_make(), ptcache_free_bake_all_exec(), blender::bke::bake::scene_simulation_states_reset(), and blender::ed::object::single_obdata_user_make().
| #define FOREACH_SCENE_OBJECT_END ITER_END |
Definition at line 537 of file BKE_collection.hh.
Referenced by BKE_lib_override_library_main_proxy_convert(), BKE_view_layer_rename_lightgroup(), blender::ed::outliner::TreeElementSceneObjectsBase::expand(), get_camera_with_movieclip(), get_used_lightgroups(), id_search_cb_objects_from_scene(), blender::ed::object::object_convert_exec(), blender::ed::object::object_single_user_make(), ptcache_free_bake_all_exec(), blender::bke::bake::scene_simulation_states_reset(), and blender::ed::object::single_obdata_user_make().
| using BKE_scene_collections_Cb = void (*)(Collection *ob, void *data) |
Definition at line 418 of file BKE_collection.hh.
| using BKE_scene_objects_Cb = void (*)(Object *ob, void *data) |
Definition at line 417 of file BKE_collection.hh.
| anonymous enum |
#CollectionRuntime.tag
| Enumerator | |
|---|---|
| COLLECTION_TAG_RELATION_REBUILD | That code (BKE_main_collections_parent_relations_rebuild and the like) is called from very low-level places, like e.g ID remapping... Using a generic tag like ID_TAG_DOIT for this is just impossible, we need our very own. |
| COLLECTION_TAG_COLLECTION_OBJECT_DIRTY | Mark the gobject list and/or its runtime.gobject_hash mapping as dirty, i.e. that their data is not reliable and should be cleaned-up or updated. This should typically only be set by ID remapping code. |
Definition at line 35 of file BKE_collection.hh.
| Collection * BKE_collection_add | ( | Main * | bmain, |
| Collection * | collection_parent, | ||
| const char * | name_custom ) |
Add a collection to a collection ListBase and synchronize all render layers The ListBase is NULL when the collection is to be added to the master collection
Definition at line 452 of file collection.cc.
References BKE_main_collection_sync(), and collection_add().
Referenced by BKE_lib_override_library_main_resync(), BKE_light_linking_collection_new(), blender::ed::object::collection_add_exec(), blender::ed::object::collection_create_exec(), blender::ed::outliner::collection_new_exec(), blender::io::usd::create_collection(), do_version_layers_to_collections(), do_versions_after_linking_280(), ED_rigidbody_constraint_add(), blender::io::obj::find_or_create_collection(), blender::io::usd::import_startjob(), loose_data_instantiate_ensure_active_collection(), and blender::ed::object::move_to_collection_exec().
| void BKE_collection_add_from_collection | ( | Main * | bmain, |
| Scene * | scene, | ||
| Collection * | collection_src, | ||
| Collection * | collection_dst ) |
Add collection_dst to all scene collections that reference collection collection_src is in.
Logic is very similar to BKE_collection_object_add_from().
Definition at line 483 of file collection.cc.
References BKE_collection_child_find(), BKE_main_collection_sync(), collection_child_add(), FOREACH_SCENE_COLLECTION_BEGIN, FOREACH_SCENE_COLLECTION_END, ID_IS_EDITABLE, ID_IS_OVERRIDE_LIBRARY, and Scene::master_collection.
Referenced by lib_override_library_create_post_process().
| void BKE_collection_add_from_object | ( | Main * | bmain, |
| Scene * | scene, | ||
| const Object * | ob_src, | ||
| Collection * | collection_dst ) |
Add collection_dst to all scene collections that reference object ob_src is in. Used to replace an instance object with a collection (library override operator).
Logic is very similar to BKE_collection_object_add_from().
Definition at line 459 of file collection.cc.
References BKE_collection_has_object(), BKE_main_collection_sync(), collection_child_add(), FOREACH_SCENE_COLLECTION_BEGIN, FOREACH_SCENE_COLLECTION_END, ID_IS_LINKED, ID_IS_OVERRIDABLE_LIBRARY, and Scene::master_collection.
Referenced by lib_override_library_create_post_process().
| void BKE_collection_blend_read_data | ( | BlendDataReader * | reader, |
| Collection * | collection, | ||
| ID * | owner_id ) |
Definition at line 315 of file collection.cc.
References BKE_previewimg_blend_read(), BLI_assert, BLO_read_fileversion_get(), BLO_read_struct, BLO_read_struct_list, Collection::children, CLOG_WARN, COLLECTION_FLAG_ALL_RUNTIME, data, Collection::exporters, Collection::flag, ID::flag, Collection::gobject, Collection::id, ID_FLAG_EMBEDDED_DATA, IDP_BlendDataRead, ID::lib, LISTBASE_FOREACH, LOG, ID::name, Collection::owner_id, Collection::preview, and Collection::runtime.
Referenced by collection_blend_read_data(), and direct_link_id_embedded_id().
| void BKE_collection_blend_write_nolib | ( | BlendWriter * | writer, |
| Collection * | collection ) |
Definition at line 280 of file collection.cc.
References BKE_id_blend_write(), BKE_previewimg_blend_write(), BLO_write_struct, Collection::children, data, Collection::exporters, Collection::gobject, Collection::id, IDP_BlendWrite(), LISTBASE_FOREACH, and Collection::preview.
Referenced by collection_blend_write(), and scene_blend_write().
| void BKE_collection_blend_write_prepare_nolib | ( | BlendWriter * | writer, |
| Collection * | collection ) |
Perform some pre-writing cleanup on the COllection data itself (not in any sub-data referenced by pointers). To be called before writing the Collection struct itself.
Definition at line 273 of file collection.cc.
References COLLECTION_FLAG_ALL_RUNTIME, Collection::flag, and Collection::runtime.
Referenced by collection_blend_write(), and scene_blend_write().
| bool BKE_collection_child_add | ( | Main * | bmain, |
| Collection * | parent, | ||
| Collection * | child ) |
Definition at line 2010 of file collection.cc.
References BKE_main_collection_sync(), and collection_child_add().
Referenced by blender::ed::outliner::collection_link_exec(), light_linking_collection_add_collection(), loose_data_instantiate_collection_process(), ui_template_id_liboverride_hierarchy_make(), and blender::ed::object::visual_geometry_to_objects_exec().
| bool BKE_collection_child_add_no_sync | ( | Main * | bmain, |
| Collection * | parent, | ||
| Collection * | child ) |
Definition at line 2020 of file collection.cc.
References collection_child_add().
Referenced by blender::ed::object::single_object_users_collection().
| CollectionChild * BKE_collection_child_find | ( | Collection * | parent, |
| Collection * | collection ) |
Definition at line 1919 of file collection.cc.
References BLI_findptr(), Collection::children, and offsetof.
Referenced by BKE_collection_add_from_collection(), BKE_collection_move(), BKE_collection_parent_relations_rebuild(), BKE_collections_child_remove_nulls(), collection_child_add(), collection_child_remove(), blender::ed::outliner::collection_duplicate_exec(), collection_duplicate_recursive(), and collection_missing_parents_remove().
| bool BKE_collection_child_remove | ( | Main * | bmain, |
| Collection * | parent, | ||
| Collection * | child ) |
Definition at line 2025 of file collection.cc.
References BKE_main_collection_sync(), and collection_child_remove().
Referenced by BKE_light_linking_unlink_id_from_collection(), collection_cycle_fix_recursive(), blender::ed::object::collection_drop_exec(), blender::ed::object::make_override_library_exec(), and blender::ed::outliner::unlink_collection_fn().
| bool BKE_collection_contains_geometry_recursive | ( | const Collection * | collection | ) |
Check if the collection contains any geometry that can be rendered. Otherwise there's nothing to display in the preview, so don't generate one. Objects and sub-collections hidden in the render will be skipped.
Definition at line 1108 of file collection.cc.
References BKE_collection_contains_geometry_recursive(), Collection::children, COLLECTION_HIDE_RENDER, Collection::gobject, LISTBASE_FOREACH, OB_HIDE_RENDER, and OB_TYPE_IS_GEOMETRY.
Referenced by BKE_collection_contains_geometry_recursive(), BKE_light_linking_add_receiver_to_collection(), BKE_light_linking_link_receiver_to_emitter(), ED_preview_id_is_supported(), and icon_preview_startjob_all_sizes().
| bool BKE_collection_cycle_find | ( | Collection * | new_ancestor, |
| Collection * | collection ) |
Find potential cycles in collections.
| new_ancestor | the potential new owner of given collection, or the collection to check if the later is NULL. |
| collection | the collection we want to add to new_ancestor, may be NULL if we just want to ensure new_ancestor does not already have cycles. |
Definition at line 1849 of file collection.cc.
References BKE_collection_cycle_find(), collection_instance_find_recursive(), LISTBASE_FOREACH, and Collection::runtime.
Referenced by BKE_collection_cycle_find(), BKE_collection_move(), BKE_collection_parent_relations_rebuild(), BKE_collection_validate(), blender::ed::object::collection_add_info_get_from_op(), collection_child_add(), collection_cycle_fix_recursive(), and blender::ed::outliner::collection_instance_exec().
| bool BKE_collection_cycles_fix | ( | Main * | bmain, |
| Collection * | collection ) |
Find and fix potential cycles in collections.
| collection | The collection to check for existing cycles. |
Definition at line 1913 of file collection.cc.
References collection_cycle_fix_recursive(), and collection_instance_fix_recursive().
Referenced by do_versions_after_linking_290().
| bool BKE_collection_delete | ( | Main * | bmain, |
| Collection * | collection, | ||
| bool | hierarchy ) |
Remove a collection, optionally removing its child objects or moving them to parent collections.
Definition at line 545 of file collection.cc.
References BKE_collection_delete(), BKE_id_delete(), BKE_main_collection_sync(), BLI_assert_msg, BLI_ghash_free(), Collection::children, CollectionChild::collection, collection_child_add(), COLLECTION_IS_MASTER, collection_object_add(), collection_object_remove_no_gobject_hash(), ListBase::first, Collection::flag, Collection::gobject, LIB_ID_CREATE_NO_DEG_TAG, LISTBASE_FOREACH, CollectionObject::ob, and Collection::runtime.
Referenced by BKE_collection_delete(), BKE_lib_override_library_main_resync(), and blender::ed::outliner::outliner_collection_delete().
| Collection * BKE_collection_duplicate | ( | Main * | bmain, |
| Collection * | parent, | ||
| CollectionChild * | child_old, | ||
| Collection * | collection, | ||
| eDupli_ID_Flags | duplicate_flags, | ||
| uint | duplicate_options ) |
Make a deep copy (aka duplicate) of the given collection and all of its children, recursively.
| dupflag | Controls which sub-data are also duplicated (see eDupli_ID_Flags in DNA_userdef_types.h). |
| duplicate_options | Additional context information about current duplicate call (e.g. if it's part of a higher-level duplication or not, etc.). (see eLibIDDuplicateFlags in BKE_lib_id.hh). |
Definition at line 732 of file collection.cc.
References BKE_libblock_relink_to_newid(), BKE_main_collection_sync(), BKE_main_id_newptr_and_tag_clear(), BLI_assert, collection_duplicate_recursive(), FOREACH_MAIN_ID_BEGIN, FOREACH_MAIN_ID_END, Collection::id, ID_IS_LINKED, ID_REMAP_FORCE_OBDATA_IN_EDITMODE, ID_REMAP_SKIP_USER_CLEAR, ID_TAG_NEW, ID_TAG_NO_MAIN, LIB_ID_CREATE_NO_MAIN, LIB_ID_DUPLICATE_IS_ROOT_ID, LIB_ID_DUPLICATE_IS_SUBPROCESS, ID::tag, and USER_DUP_LINKED_ID.
Referenced by BKE_scene_duplicate(), and blender::ed::outliner::collection_duplicate_exec().
| CollectionExport * BKE_collection_exporter_add | ( | Collection * | collection, |
| char * | idname, | ||
| char * | label ) |
Add a new collection exporter to the collection.
Definition at line 1485 of file collection.cc.
References Collection::active_exporter_index, BKE_collection_exporter_name_set(), BLI_addtail(), BLI_listbase_count(), data, Collection::exporters, IDP_GROUP, IDP_New(), IO_HANDLER_PANEL_OPEN, MEM_callocN(), and STRNCPY().
Referenced by blender::ed::object::collection_exporter_add_exec().
| void BKE_collection_exporter_free_data | ( | CollectionExport * | data | ) |
Free all data owned by the collection exporter.
Definition at line 538 of file collection.cc.
References data, and IDP_FreeProperty().
Referenced by BKE_collection_exporter_remove(), and collection_free_data().
| bool BKE_collection_exporter_move | ( | Collection * | collection, |
| const int | from, | ||
| const int | to ) |
Move a collection exporter from one position to another.
Definition at line 1517 of file collection.cc.
References BLI_listbase_move_index(), and Collection::exporters.
Referenced by blender::ed::object::collection_exporter_move_exec().
| void BKE_collection_exporter_name_set | ( | const ListBase * | exporters, |
| CollectionExport * | data, | ||
| const char * | newname ) |
Assigns a unique name to the collection exporter.
Definition at line 524 of file collection.cc.
References BLI_listbase_from_link(), BLI_uniquename(), data, name, offsetof, and STRNCPY().
Referenced by BKE_collection_exporter_add(), and blo_do_versions_430().
| void BKE_collection_exporter_remove | ( | Collection * | collection, |
| CollectionExport * | data ) |
Remove a collection exporter from the collection.
Definition at line 1504 of file collection.cc.
References Collection::active_exporter_index, BKE_collection_exporter_free_data(), BLI_listbase_count(), BLI_remlink(), count, data, Collection::exporters, and MEM_freeN().
Referenced by blender::ed::object::collection_exporter_remove_exec().
| void BKE_collection_free_data | ( | Collection * | collection | ) |
Free (or release) any data used by this collection (does not free the collection itself).
Definition at line 518 of file collection.cc.
References BKE_libblock_free_data(), collection_free_data(), and Collection::id.
Referenced by scene_free_data().
| Collection * BKE_collection_from_session_uid | ( | Main * | bmain, |
| uint64_t | session_uid, | ||
| Scene ** | r_scene = nullptr ) |
Return Collection for a given session_uid and its owner Scene.
Definition at line 2190 of file collection.cc.
References BKE_collection_from_session_uid(), LISTBASE_FOREACH, and Main::scenes.
| Collection * BKE_collection_from_session_uid | ( | Scene * | scene, |
| uint64_t | session_uid ) |
Return Scene Collection for a given session_uid.
Definition at line 2181 of file collection.cc.
References collection_from_session_uid_recursive(), Collection::id, Scene::master_collection, and ID::session_uid.
Referenced by BKE_collection_from_session_uid(), blender::ed::object::move_to_collection_exec(), and blender::ed::object::move_to_collection_invoke().
| bool BKE_collection_has_collection | ( | const Collection * | parent, |
| const Collection * | collection ) |
Definition at line 1940 of file collection.cc.
References collection_find_child_recursive().
Referenced by lib_override_library_create_post_process(), blender::ed::object::make_override_library_invoke(), blender::ed::outliner::outliner_collection_is_isolated(), template_id_liboverride_hierarchy_collections_tag_recursive(), and ui_template_id_liboverride_hierarchy_make().
| bool BKE_collection_has_object | ( | Collection * | collection, |
| const Object * | ob ) |
Definition at line 1065 of file collection.cc.
References BLI_ghash_lookup(), collection_gobject_hash_ensure(), ELEM, and Collection::runtime.
Referenced by BKE_collection_add_from_object(), BKE_collection_object_add_from(), BKE_collection_object_find(), BKE_lib_override_library_id_is_user_deletable(), BKE_rigidbody_object_copy(), blender::ed::object::collection_link_exec(), blender::ed::object::collection_objects_remove_exec(), blender::ed::object::find_collections_containing_object(), lib_override_library_create_post_process(), lineart_intersection_mask_check(), lineart_intersection_priority_check(), lineart_usage_check(), blender::ed::object::make_override_library_object_overridable_check(), make_selected_objects_local(), blender::ed::object::move_to_collection_exec(), blender::ed::object::object_add_sync_rigid_body(), object_in_any_collection(), blender::ed::object::object_select_same_collection_exec(), blender::ed::object::objects_add_active_exec(), blender::ed::object::objects_remove_active_exec(), blender::ed::object::select_grouped_collection(), and blender::ed::outliner::unlink_object_fn().
| bool BKE_collection_has_object_recursive | ( | Collection * | collection, |
| Object * | ob ) |
Definition at line 1074 of file collection.cc.
References BKE_collection_object_cache_get(), BLI_findptr(), ELEM, and offsetof.
Referenced by animdata_filter_base_is_ok(), animdata_filter_grease_pencil(), BKE_object_scenes_users_get(), blender::ed::outliner::can_select_recursive(), ED_editors_init(), blender::ed::object::make_override_library_invoke(), object_in_any_scene(), psys_check_group_weights(), blender::ed::object::select_grouped_exec(), template_id_liboverride_hierarchy_collections_tag_recursive(), and ui_template_id_liboverride_hierarchy_make().
| bool BKE_collection_has_object_recursive_instanced | ( | Collection * | collection, |
| Object * | ob ) |
Definition at line 1084 of file collection.cc.
References BKE_collection_object_cache_instanced_get(), BLI_findptr(), ELEM, and offsetof.
Referenced by MOD_lineart_gpencil_generate_v3().
| bool BKE_collection_has_object_recursive_instanced_orig_id | ( | Collection * | collection_eval, |
| Object * | object_eval ) |
Find whether an evaluated object's original ID is contained or instanced by any object in this collection. The collection is expected to be an evaluated data-block too.
Definition at line 1094 of file collection.cc.
References BKE_collection_object_cache_instanced_get(), BLI_assert, DEG_get_original(), Collection::id, ID_TAG_COPIED_ON_EVAL, LISTBASE_FOREACH, and ID::tag.
Referenced by blender::nodes::node_geo_collection_info_cc::node_geo_exec().
| bool BKE_collection_is_empty | ( | const Collection * | collection | ) |
Definition at line 1164 of file collection.cc.
References BLI_listbase_is_empty(), Collection::children, and Collection::gobject.
Referenced by BKE_lib_override_library_main_resync(), BMD_error_messages(), and blender::ed::outliner::collection_drop_invoke().
| bool BKE_collection_is_in_scene | ( | Collection * | collection | ) |
Definition at line 1797 of file collection.cc.
References BKE_collection_is_in_scene(), COLLECTION_IS_MASTER, Collection::flag, LISTBASE_FOREACH, and Collection::runtime.
Referenced by BKE_collection_is_in_scene(), BKE_collection_object_add_notest(), BKE_collection_object_remove(), BKE_collection_object_replace(), and lib_override_library_create_post_process().
| Collection * BKE_collection_master_add | ( | Scene * | scene | ) |
Definition at line 998 of file collection.cc.
References BKE_libblock_alloc_in_lib(), BKE_SCENE_COLLECTION_NAME, BLI_assert, COLLECTION_COLOR_NONE, COLLECTION_IS_MASTER, Collection::color_tag, Collection::flag, ID::flag, Collection::id, Scene::id, ID_FLAG_EMBEDDED_DATA, ID_GR, ID::lib, LIB_ID_CREATE_NO_MAIN, Scene::master_collection, Collection::owner_id, and Collection::runtime.
Referenced by do_version_layers_to_collections(), do_versions_after_linking_280(), and scene_init_data().
| bool BKE_collection_move | ( | Main * | bmain, |
| Collection * | to_parent, | ||
| Collection * | from_parent, | ||
| Collection * | relative, | ||
| bool | relative_after, | ||
| Collection * | collection ) |
Definition at line 2265 of file collection.cc.
References BKE_collection_child_find(), BKE_collection_cycle_find(), BKE_collection_object_cache_free(), BKE_main_collection_sync(), BLI_insertlinkafter(), BLI_insertlinkbefore(), BLI_remlink(), Collection::children, collection_child_add(), collection_child_remove(), COLLECTION_IS_MASTER, and Collection::flag.
Referenced by blender::ed::outliner::collection_drop_invoke().
| void BKE_collection_new_name_get | ( | Collection * | collection_parent, |
| char | r_name[256] ) |
The automatic/fallback name of a new collection.
Referenced by blender::ed::object::move_to_collection_invoke().
| bool BKE_collection_object_add | ( | Main * | bmain, |
| Collection * | collection, | ||
| Object * | ob ) |
Add object to given collection, ensuring this collection is 'editable' (i.e. local and not a liboverride), and finding a suitable parent one otherwise.
Definition at line 1567 of file collection.cc.
References BKE_collection_viewlayer_object_add().
Referenced by BKE_collection_object_move(), BKE_object_add_for_data(), BKE_rigidbody_object_copy(), blender::ed::object::collection_add_exec(), blender::ed::object::collection_create_exec(), blender::ed::outliner::collection_drop_invoke(), blender::ed::object::collection_link_exec(), blender::io::usd::USDStageReader::create_proto_collections(), ED_rigidbody_constraint_add(), blender::io::obj::geometry_to_blender_objects(), blender::io::usd::import_endjob(), import_endjob(), blender::io::ply::importer_main(), blender::io::stl::importer_main(), lib_override_library_create_post_process(), light_linking_collection_add_object(), loose_data_instantiate_object_base_instance_init(), blender::ed::object::make_links_data_exec(), blender::ed::object::make_links_scene_exec(), blender::ed::object::make_local_all__instance_indirect_unused(), blender::ed::object::move_to_collection_exec(), Freestyle::BlenderStrokeRenderer::NewMesh(), blender::ed::object::object_add_sync_base_collection(), blender::ed::object::object_add_sync_rigid_body(), object_preview_scene_create(), blender::ed::object::objects_add_active_exec(), blender::ed::outliner::scene_drop_invoke(), blender::bke::tests::TEST_F(), blender::bke::tests::TEST_F(), ui_template_id_liboverride_hierarchy_make(), blender::ed::object::visual_geometry_to_objects_exec(), and blender::bke::tests::WholeIDTestData::WholeIDTestData().
| void BKE_collection_object_add_from | ( | Main * | bmain, |
| Scene * | scene, | ||
| Object * | ob_src, | ||
| Object * | ob_dst ) |
Add ob_dst to all scene collections that reference object ob_src is in. Used for copying objects.
Logic is very similar to BKE_collection_add_from_object()
Definition at line 1590 of file collection.cc.
References BKE_collection_has_object(), BKE_main_collection_sync(), collection_object_add(), FOREACH_SCENE_COLLECTION_BEGIN, FOREACH_SCENE_COLLECTION_END, ID_IS_EDITABLE, ID_IS_OVERRIDE_LIBRARY, and Scene::master_collection.
Referenced by BKE_object_add_from(), blender::ed::object::duplibase_for_convert(), lib_override_library_create_post_process(), blender::ed::object::make_object_duplilist_real(), and blender::ed::object::object_add_sync_base_collection().
| bool BKE_collection_object_add_notest | ( | Main * | bmain, |
| Collection * | collection, | ||
| Object * | ob ) |
Same as BKE_collection_object_add, but unconditionally adds the object to the given collection.
NOTE: required in certain cases, like do-versioning or complex ID management tasks.
Definition at line 1542 of file collection.cc.
References BKE_collection_is_in_scene(), BKE_main_collection_sync(), BLI_assert, collection_object_add(), Collection::id, ID_TAG_NO_MAIN, LIB_ID_CREATE_NO_MAIN, and ID::tag.
Referenced by BKE_collection_viewlayer_object_add(), do_version_layers_to_collections(), and do_versions_after_linking_280().
| void BKE_collection_object_cache_free | ( | const Main * | bmain, |
| Collection * | collection, | ||
| const int | id_create_flag ) |
Free the object cache of given collection and all of its ancestors (recursively).
| bmain | The Main database owning the collection. May be nullptr, only used if doing depsgraph tagging. |
| id_create_flag | Flags controlling ID creation, used here to enable or not depsgraph tagging of affected IDs (e.g. LIB_ID_CREATE_NO_DEG_TAG would prevent depsgraph tagging). |
Definition at line 955 of file collection.cc.
References BLI_assert, collection_object_cache_free_parent_recursive(), ID_RECALC_GEOMETRY, and ID_RECALC_HIERARCHY.
Referenced by BKE_collection_move(), collection_child_add(), collection_child_remove(), collection_gobject_hash_ensure_fix(), collection_object_add(), collection_object_remove_no_gobject_hash(), and blender::deg::deg_graph_build_finalize().
| ListBase BKE_collection_object_cache_get | ( | Collection * | collection | ) |
Definition at line 878 of file collection.cc.
References COLLECTION_HAS_OBJECT_CACHE, collection_object_cache_fill(), Collection::flag, lock, and Collection::runtime.
Referenced by BKE_collection_has_object_recursive(), BKE_collection_or_layer_objects(), make_duplis_particle_system(), and psys_find_group_weights().
| ListBase BKE_collection_object_cache_instanced_get | ( | Collection * | collection | ) |
Definition at line 893 of file collection.cc.
References COLLECTION_HAS_OBJECT_CACHE_INSTANCED, collection_object_cache_fill(), Collection::flag, lock, and Collection::runtime.
Referenced by BKE_collection_has_object_recursive_instanced(), and BKE_collection_has_object_recursive_instanced_orig_id().
| bool BKE_collection_object_cyclic_check | ( | Main * | bmain, |
| Object * | object, | ||
| Collection * | collection ) |
Definition at line 1051 of file collection.cc.
References BKE_main_id_tag_listbase(), collection_object_cyclic_check_internal(), Main::collections, and ID_TAG_DOIT.
Referenced by blender::ed::object::collection_link_exec(), and blender::ed::object::objects_add_active_exec().
| Collection * BKE_collection_object_find | ( | Main * | bmain, |
| Scene * | scene, | ||
| Collection * | collection, | ||
| Object * | ob ) |
Definition at line 1140 of file collection.cc.
References BKE_collection_has_object(), collection_next_find(), Main::collections, ListBase::first, and Scene::master_collection.
Referenced by BKE_object_groups(), BKE_object_groups_clear(), blender::ed::object::collection_object_active_find_index(), blender::ed::object::collection_object_active_itemf(), and blender::ed::outliner::outliner_collection_get_for_recursive().
| void BKE_collection_object_move | ( | Main * | bmain, |
| Scene * | scene, | ||
| Collection * | collection_dst, | ||
| Collection * | collection_src, | ||
| Object * | ob ) |
Move object from a collection into another
If source collection is NULL move it from all the existing collections.
Definition at line 1773 of file collection.cc.
References BKE_collection_object_add(), BKE_collection_object_remove(), and scene_collections_object_remove().
Referenced by blender::ed::outliner::collection_drop_invoke(), and blender::ed::object::move_to_collection_exec().
| bool BKE_collection_object_remove | ( | Main * | bmain, |
| Collection * | collection, | ||
| Object * | ob, | ||
| bool | free_us ) |
Remove ob from collection.
Definition at line 1613 of file collection.cc.
References BKE_collection_is_in_scene(), BKE_main_collection_sync(), collection_object_remove(), ELEM, Collection::id, ID_TAG_NO_MAIN, LIB_ID_CREATE_NO_MAIN, and ID::tag.
Referenced by BKE_collection_object_move(), BKE_light_linking_unlink_id_from_collection(), BKE_object_groups_clear(), blender::ed::object::collection_objects_remove_exec(), blender::ed::object::collection_remove_exec(), do_versions_after_linking_280(), blender::ed::object::objects_remove_active_exec(), and blender::ed::outliner::unlink_object_fn().
| bool BKE_collection_object_replace | ( | Main * | bmain, |
| Collection * | collection, | ||
| Object * | ob_old, | ||
| Object * | ob_new ) |
Replace one object with another in a collection (managing user counts).
Definition at line 1634 of file collection.cc.
References BKE_collection_is_in_scene(), BKE_main_collection_sync(), BLI_ghash_haskey(), BLI_ghash_insert(), BLI_ghash_popkey(), collection_gobject_hash_ensure(), collection_object_remove_no_gobject_hash(), Object::id, id_us_min(), id_us_plus(), CollectionObject::ob, and Collection::runtime.
| bool BKE_collection_objects_select | ( | const Scene * | scene, |
| ViewLayer * | view_layer, | ||
| Collection * | collection, | ||
| bool | deselect ) |
Select all the objects in this Collection (and its nested collections) for this ViewLayer. Return true if any object was selected.
Definition at line 2244 of file collection.cc.
References BKE_layer_collection_first_from_scene_collection(), BKE_layer_collection_objects_select(), and collection_objects_select().
| Base * BKE_collection_or_layer_objects | ( | const Scene * | scene, |
| ViewLayer * | view_layer, | ||
| Collection * | collection ) |
Definition at line 981 of file collection.cc.
References BKE_collection_object_cache_get(), BKE_view_layer_object_bases_get(), BKE_view_layer_synced_ensure(), and ListBase::first.
Referenced by BKE_collision_relations_create(), BKE_effector_relations_create(), and blender::deg::FromCollectionBuilderPipeline::FromCollectionBuilderPipeline().
| Collection * BKE_collection_parent_editable_find_recursive | ( | const ViewLayer * | view_layer, |
| Collection * | collection ) |
Return parent collection which is not linked.
Definition at line 1380 of file collection.cc.
References BKE_collection_parent_editable_find_recursive(), collection_is_editable_in_viewlayer(), COLLECTION_IS_MASTER, Collection::flag, LISTBASE_FOREACH, and Collection::runtime.
Referenced by BKE_collection_parent_editable_find_recursive(), BKE_collection_viewlayer_object_add(), and loose_data_instantiate_ensure_active_collection().
| void BKE_collection_parent_relations_rebuild | ( | Collection * | collection | ) |
Rebuild parent relationships from child ones, for all children of given collection.
Definition at line 2035 of file collection.cc.
References BKE_collection_child_find(), BKE_collection_cycle_find(), BLI_addtail(), BLI_assert, BLI_freelinkN(), Collection::children, CollectionParent::collection, collection_find_parent(), ID_TAG_COPIED_ON_EVAL, ID_TAG_NO_MAIN, LISTBASE_FOREACH_MUTABLE, and MEM_callocN().
Referenced by collection_parents_rebuild_recursive().
| const char * BKE_collection_ui_name_get | ( | Collection * | collection | ) |
The name to show in the interface.
Definition at line 827 of file collection.cc.
References COLLECTION_IS_MASTER, Collection::flag, Collection::id, IFACE_, and ID::name.
Referenced by draw_selected_name(), get_stats_string(), blender::ed::object::move_to_collection_exec(), blender::ed::object::move_to_collection_menu_draw(), and blender::ed::outliner::outliner_add_collection_init().
| bool BKE_collection_validate | ( | Collection * | collection | ) |
Perform some validation on integrity of the data of this collection.
Definition at line 2117 of file collection.cc.
References BKE_collection_cycle_find(), BLI_gset_clear(), BLI_gset_ensure_p_ex(), BLI_gset_free(), BLI_gset_ptr_new(), BLI_listbase_validate(), Collection::children, LISTBASE_FOREACH, and Collection::runtime.
| bool BKE_collection_viewlayer_object_add | ( | Main * | bmain, |
| const ViewLayer * | view_layer, | ||
| Collection * | collection, | ||
| Object * | ob ) |
Add object to given collection, similar to BKE_collection_object_add.
However, it additionally ensures that the selected collection is also part of the given view_layer, if non-NULL. Otherwise, the object is not added to any collection.
Definition at line 1572 of file collection.cc.
References BKE_collection_object_add_notest(), and BKE_collection_parent_editable_find_recursive().
Referenced by BKE_collection_object_add(), and BKE_object_add().
| void BKE_collections_after_lib_link | ( | Main * | bmain | ) |
Definition at line 1812 of file collection.cc.
References BKE_main_collection_sync().
Referenced by blo_read_file_internal(), and library_link_end().
| void BKE_collections_child_remove_nulls | ( | Main * | bmain, |
| Collection * | parent_collection, | ||
| Collection * | child_collection ) |
Remove all NULL children from parent collections of changed collection. This is used for library remapping, where these pointers have been set to NULL. Otherwise this should never happen.
| parent_collection | The collection owning the pointers that were remapped. May be NULL, in which case whole bmain database of collections is checked. |
| child_collection | The collection that was remapped to another pointer. May be NULL, in which case whole bmain database of collections is checked. |
Definition at line 1734 of file collection.cc.
References BKE_collection_child_find(), BLI_freelinkN(), collection_missing_parents_remove(), collection_null_children_remove(), Main::collections, LISTBASE_FOREACH, LISTBASE_FOREACH_MUTABLE, Collection::runtime, and Main::scenes.
Referenced by libblock_remap_data_postprocess_collection_update().
| void BKE_collections_object_remove_invalids | ( | Main * | bmain | ) |
Check all collections in bmain (including embedded ones in scenes) for invalid CollectionObject (either with NULL object pointer, or duplicates), and remove them.
Definition at line 1703 of file collection.cc.
References collection_gobject_hash_ensure_fix(), Main::collections, LISTBASE_FOREACH, and Main::scenes.
Referenced by libblock_remap_data_postprocess_object_update().
| void BKE_main_collections_object_cache_free | ( | const Main * | bmain | ) |
Free the object cache of all collections in given bmain, including master collections of scenes.
Definition at line 964 of file collection.cc.
References collection_object_cache_free(), Main::collections, ListBase::first, ID_RECALC_GEOMETRY, ID_RECALC_HIERARCHY, and Main::scenes.
Referenced by BKE_main_collection_sync_remap().
| void BKE_main_collections_parent_relations_rebuild | ( | Main * | bmain | ) |
Rebuild parent relationships from child ones, for all collections in given bmain.
Definition at line 2083 of file collection.cc.
References BLI_assert, BLI_freelistN(), BLI_listbase_is_empty(), collection_parents_rebuild_recursive(), COLLECTION_TAG_RELATION_REBUILD, Main::collections, LISTBASE_FOREACH, and Main::scenes.
Referenced by after_liblink_merged_bmain_process(), BKE_blendfile_library_relocate(), blo_read_file_internal(), libblock_remap_data_postprocess_collection_update(), and library_link_end().
| void BKE_scene_collections_iterator_begin | ( | BLI_Iterator * | iter, |
| void * | data_in ) |
Only use this in non-performance critical situations (it iterates over all scene collections twice)
Definition at line 2372 of file collection.cc.
References BLI_assert, BLI_ITERATOR_INIT, BLI_Iterator::current, BLI_Iterator::data, data, MEM_callocN(), and scene_collections_array().
Referenced by scene_objects_iterator_begin().
| void BKE_scene_collections_iterator_end | ( | BLI_Iterator * | iter | ) |
Definition at line 2401 of file collection.cc.
References BLI_Iterator::data, data, MEM_freeN(), and BLI_Iterator::valid.
Referenced by BKE_scene_objects_iterator_end().
| void BKE_scene_collections_iterator_next | ( | BLI_Iterator * | iter | ) |
Definition at line 2389 of file collection.cc.
References BLI_Iterator::current, BLI_Iterator::data, data, and BLI_Iterator::valid.
Referenced by BKE_scene_objects_iterator_next().
Remove object from all collections of scene
Definition at line 1698 of file collection.cc.
References scene_collections_object_remove().
Referenced by blender::ed::object::base_free_and_unlink(), blender::ed::object::base_free_and_unlink_no_indirect_check(), lib_override_library_proxy_convert_do(), blender::ed::outliner::outliner_batch_delete_object_hierarchy(), and ui_template_id_liboverride_hierarchy_make().
Generate a new GSet (or extend given objects_gset if not NULL) with all objects referenced by all collections of given scene.
Definition at line 2575 of file collection.cc.
References BKE_scene_objects_iterator_end(), BKE_scene_objects_iterator_next(), BLI_Iterator::data, scene_objects_iterator_begin(), and BLI_Iterator::valid.
Referenced by lib_override_library_create_post_process().
| void BKE_scene_objects_iterator_begin | ( | BLI_Iterator * | iter, |
| void * | data_in ) |
Definition at line 2446 of file collection.cc.
References scene_objects_iterator_begin().
Referenced by BKE_scene_objects_iterator_begin_ex().
| void BKE_scene_objects_iterator_begin_ex | ( | BLI_Iterator * | iter, |
| void * | data_in ) |
Definition at line 2473 of file collection.cc.
References BKE_scene_objects_iterator_begin(), BLI_Iterator::data, data, and scene_objects_iterator_skip_invalid_flag().
| void BKE_scene_objects_iterator_end | ( | BLI_Iterator * | iter | ) |
Definition at line 2563 of file collection.cc.
References BKE_scene_collections_iterator_end(), BLI_gset_free(), BLI_Iterator::data, data, and MEM_freeN().
Referenced by BKE_scene_objects_as_gset(), BKE_scene_objects_iterator_end_ex(), and blender::ed::object::single_obdata_users().
| void BKE_scene_objects_iterator_end_ex | ( | BLI_Iterator * | iter | ) |
Definition at line 2501 of file collection.cc.
References BKE_scene_objects_iterator_end(), BLI_Iterator::data, and data.
| void BKE_scene_objects_iterator_next | ( | BLI_Iterator * | iter | ) |
Definition at line 2530 of file collection.cc.
References BKE_scene_collections_iterator_next(), BLI_Iterator::current, BLI_Iterator::data, data, ListBase::first, Collection::gobject, CollectionObject::next, CollectionObject::ob, object_base_unique(), and BLI_Iterator::valid.
Referenced by BKE_scene_objects_as_gset(), BKE_scene_objects_iterator_next_ex(), and scene_objects_iterator_begin().
| void BKE_scene_objects_iterator_next_ex | ( | BLI_Iterator * | iter | ) |
Definition at line 2486 of file collection.cc.
References BKE_scene_objects_iterator_next(), BLI_Iterator::data, data, and scene_objects_iterator_skip_invalid_flag().