Home
last modified time | relevance | path

Searched refs:SO_RESTRICT_ENABLE (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Dspace_outliner.c321 space_outliner->show_restrict_flags = SO_RESTRICT_ENABLE | SO_RESTRICT_HIDE; in outliner_create()
H A Doutliner_utils.c361 if (space_outliner->show_restrict_flags & SO_RESTRICT_ENABLE) { in outliner_restrict_columns_width()
H A Doutliner_draw.c1065 space_outliner->show_restrict_flags & SO_RESTRICT_ENABLE) { in outliner_draw_restrictbuts()
1461 if (space_outliner->show_restrict_flags & SO_RESTRICT_ENABLE) { in outliner_draw_restrictbuts()
H A Doutliner_tree.c1576 if (exclude && ((space_outliner->show_restrict_flags & SO_RESTRICT_ENABLE) == 0)) { in outliner_add_layer_collections_recursive()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_space_types.h345 SO_RESTRICT_ENABLE = (1 << 0), enumerator
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_280.c4039 space_outliner->show_restrict_flags = SO_RESTRICT_ENABLE | SO_RESTRICT_HIDE; in blo_do_versions_280()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_space.c3102 RNA_def_property_boolean_sdna(prop, NULL, "show_restrict_flags", SO_RESTRICT_ENABLE); in rna_def_space_outliner()