Home
last modified time | relevance | path

Searched refs:lc_master (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlayer.c1153 LayerCollection *lc_master = view_layer->layer_collections.first; in BKE_layer_collection_isolate_global() local
1158 LISTBASE_FOREACH (LayerCollection *, lc_iter, &lc_master->layer_collections) { in BKE_layer_collection_isolate_global()
1169 LISTBASE_FOREACH (LayerCollection *, lc_iter, &lc_master->layer_collections) { in BKE_layer_collection_isolate_global()
1284 LayerCollection *lc_master = view_layer->layer_collections.first; in BKE_layer_collection_isolate_local() local
1289 LISTBASE_FOREACH (LayerCollection *, lc_iter, &lc_master->layer_collections) { in BKE_layer_collection_isolate_local()
1300 LISTBASE_FOREACH (LayerCollection *, lc_iter, &lc_master->layer_collections) { in BKE_layer_collection_isolate_local()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_collections.c1518 LayerCollection *lc_master = view_layer->layer_collections.first; in outliner_unhide_all_exec() local
1519 LISTBASE_FOREACH (LayerCollection *, lc_iter, &lc_master->layer_collections) { in outliner_unhide_all_exec()