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:
authorHans Goudey <h.goudey@me.com>2020-09-15 01:36:42 +0300
committerHans Goudey <h.goudey@me.com>2020-09-15 01:36:42 +0300
commite13e8d727a74a90b8d8d5e527c7ee76afe338a4c (patch)
tree19d85eabc8db1698e22e3a6147c21452799346af /source/blender/makesrna/intern/rna_space.c
parentadaf9947b108c6c174114dafe35b39196cfd76f9 (diff)
parentb037801f5ec39e5e1a2a3919797f65a8d16116bf (diff)
Merge branch 'property-search-all-tabs-v2' into property-search-ui-v2property-search-ui-v2
Diffstat (limited to 'source/blender/makesrna/intern/rna_space.c')
-rw-r--r--source/blender/makesrna/intern/rna_space.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 74a18f98e25..49538c4e2b9 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -4496,6 +4496,7 @@ static void rna_def_space_properties(BlenderRNA *brna)
/* Property search. */
prop = RNA_def_property(srna, "context_search_filter_active", PROP_ENUM, PROP_NONE);
+ RNA_def_property_enum_sdna(prop, NULL, "runtime->context_search_filter_active");
RNA_def_property_enum_items(prop, buttons_context_items);
RNA_def_property_flag(prop, PROP_ENUM_FLAG);
RNA_def_property_enum_funcs(