Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_layer.h
| Show First 20 Lines • Show All 92 Lines • ▼ Show 20 Lines | struct LayerCollection *BKE_layer_collection_activate_parent(struct ViewLayer *view_layer, | ||||
| struct LayerCollection *lc); | struct LayerCollection *lc); | ||||
| int BKE_layer_collection_count(const struct ViewLayer *view_layer); | int BKE_layer_collection_count(const struct ViewLayer *view_layer); | ||||
| struct LayerCollection *BKE_layer_collection_from_index(struct ViewLayer *view_layer, | struct LayerCollection *BKE_layer_collection_from_index(struct ViewLayer *view_layer, | ||||
| const int index); | const int index); | ||||
| int BKE_layer_collection_findindex(struct ViewLayer *view_layer, const struct LayerCollection *lc); | int BKE_layer_collection_findindex(struct ViewLayer *view_layer, const struct LayerCollection *lc); | ||||
| void BKE_layer_collection_resync_forbid(void); | |||||
| void BKE_layer_collection_resync_allow(void); | |||||
| void BKE_main_collection_sync(const struct Main *bmain); | void BKE_main_collection_sync(const struct Main *bmain); | ||||
| void BKE_scene_collection_sync(const struct Scene *scene); | void BKE_scene_collection_sync(const struct Scene *scene); | ||||
| void BKE_layer_collection_sync(const struct Scene *scene, struct ViewLayer *view_layer); | void BKE_layer_collection_sync(const struct Scene *scene, struct ViewLayer *view_layer); | ||||
| void BKE_layer_collection_local_sync(struct ViewLayer *view_layer, const struct View3D *v3d); | void BKE_layer_collection_local_sync(struct ViewLayer *view_layer, const struct View3D *v3d); | ||||
| void BKE_layer_collection_local_sync_all(const struct Main *bmain); | void BKE_layer_collection_local_sync_all(const struct Main *bmain); | ||||
| void BKE_main_collection_sync_remap(const struct Main *bmain); | void BKE_main_collection_sync_remap(const struct Main *bmain); | ||||
| ▲ Show 20 Lines • Show All 352 Lines • Show Last 20 Lines | |||||