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/makesrna/RNA_types.h')
-rw-r--r--source/blender/makesrna/RNA_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesrna/RNA_types.h b/source/blender/makesrna/RNA_types.h
index df447894830..576f5cbb984 100644
--- a/source/blender/makesrna/RNA_types.h
+++ b/source/blender/makesrna/RNA_types.h
@@ -142,6 +142,9 @@ typedef enum PropertyFlag {
/* icon */
PROP_ICONS_CONSECUTIVE = 4096,
+ /* hidden in the user interface */
+ PROP_HIDDEN = 524288,
+
/* function paramater flags */
PROP_REQUIRED = 4,
PROP_RETURN = 8,