Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_screen_types.h')
-rw-r--r--source/blender/makesdna/DNA_screen_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h
index f0ff02d3668..ce56dbcaf8e 100644
--- a/source/blender/makesdna/DNA_screen_types.h
+++ b/source/blender/makesdna/DNA_screen_types.h
@@ -568,6 +568,8 @@ enum {
PNL_INSTANCED = (1 << 4),
/** Draw panel like a box widget. */
PNL_DRAW_BOX = (1 << 6),
+ /** Don't search this panel for property search. */
+ PNL_NO_SEARCH = (1 << 7),
};
/* Fallback panel category (only for old scripts which need updating) */