[Bf-blender-cvs] [1c83d9d] asset-experiments: Fix filtering in new UIList bookmarks & co.

Bastien Montagne noreply at git.blender.org
Mon Jan 26 21:42:19 CET 2015


Commit: 1c83d9ddbb15cf86e53a56e5e21313a87634c9f4
Author: Bastien Montagne
Date:   Mon Jan 26 21:41:31 2015 +0100
Branches: asset-experiments
https://developer.blender.org/rB1c83d9ddbb15cf86e53a56e5e21313a87634c9f4

Fix filtering in new UIList bookmarks & co.

===================================================================

M	source/blender/makesrna/intern/rna_space.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index b9f064b..125e6e4 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -3650,6 +3650,7 @@ static void rna_def_filemenu_entry(BlenderRNA *brna)
 	                                    "rna_FileBrowser_FSMenuEntry_name_set");
 	RNA_def_property_editable_func(prop, "rna_FileBrowser_FSMenuEntry_name_get_editable");
 	RNA_def_property_ui_text(prop, "Name", "");
+	RNA_def_struct_name_property(srna, prop);
 
 	prop = RNA_def_property(srna, "uilist_dynamic_tooltip", PROP_STRING, PROP_NONE);
 	RNA_def_property_string_sdna(prop, NULL, "path");




More information about the Bf-blender-cvs mailing list