Home
last modified time | relevance | path

Searched refs:TSE_LAYER_COLLECTION (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_outliner_types.h108 #define TSE_LAYER_COLLECTION 38 macro
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_collections.c68 TSE_LAYER_COLLECTION, in outliner_is_collection_tree_element()
88 if (tselem->type == TSE_LAYER_COLLECTION) { in outliner_collection_from_tree_element()
447 case TSE_LAYER_COLLECTION: in outliner_find_first_selected_layer_collection()
543 case TSE_LAYER_COLLECTION: in outliner_find_first_selected_collection()
804 if (!(tselem && tselem->type == TSE_LAYER_COLLECTION)) { in layer_collection_find_data_to_edit()
1434 if (tselem->type == TSE_LAYER_COLLECTION) { in outliner_hide_find_data_to_edit()
H A Doutliner_draw.c836 case TSE_LAYER_COLLECTION: { in namebutton_fn()
970 LayerCollection *layer_collection = (tselem->type == TSE_LAYER_COLLECTION) ? te->directdata : in outliner_restrict_properties_collection_set()
1455 LayerCollection *layer_collection = (tselem->type == TSE_LAYER_COLLECTION) ? in outliner_draw_restrictbuts()
2367 case TSE_LAYER_COLLECTION: in tree_element_get_icon()
2872 if (!ELEM(tselem->type, 0, TSE_LAYER_COLLECTION, TSE_R_LAYER, TSE_GP_LAYER)) { in outliner_draw_iconrow()
3089 if (ELEM(tselem->type, 0, TSE_LAYER_COLLECTION) || in outliner_draw_tree_element()
3229 if (tselem->type == TSE_LAYER_COLLECTION) { in outliner_draw_hierarchy_lines_recursive()
H A Doutliner_tree.c983 else if (ELEM(type, TSE_LAYER_COLLECTION, TSE_SCENE_COLLECTION_BASE, TSE_VIEW_COLLECTION_BASE)) { in outliner_add_element()
1581 ten = outliner_add_element(space_outliner, tree, id, parent_ten, TSE_LAYER_COLLECTION, 0); in outliner_add_layer_collections_recursive()
1719 TSE_LAYER_COLLECTION)) { in outliner_make_object_parent_hierarchy_collections()
1758 if (tselem->type == TSE_LAYER_COLLECTION) { in outliner_object_tree_elements_lookup_create_recursive()
H A Doutliner_edit.c456 BLI_assert((tselem->type == 0 && te->idcode != 0) || tselem->type == TSE_LAYER_COLLECTION); in id_delete()
755 if (tselem->flag & TSE_SELECTED && ELEM(tselem->type, 0, TSE_LAYER_COLLECTION)) { in outliner_id_copy_tag()
1656 TSE_LAYER_COLLECTION)) { in tree_element_show_hierarchy()
H A Doutliner_tools.c104 if (!ELEM(tselem->type, 0, TSE_LAYER_COLLECTION)) { in get_element_operation_type()
400 if ((tselem->type == 0 && te->idcode != 0) || tselem->type == TSE_LAYER_COLLECTION) { in outliner_do_libdata_operation()
2783 if (datalevel == TSE_LAYER_COLLECTION) { in do_outliner_operation_event()
H A Doutliner_select.c1061 case TSE_LAYER_COLLECTION: in tree_element_type_active()
1107 TSE_LAYER_COLLECTION)) { in do_outliner_item_activate_tree_element()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_280.c1304 tselem->type = TSE_LAYER_COLLECTION; in do_versions_after_linking_280()