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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-01-16 02:09:52 +0300
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2011-01-16 02:09:52 +0300
commitc7a122aa27662a2fb528663ddd3dd652cdda2010 (patch)
treea014a8601c20ccd4d48dd82e9b0f88245b4beddd /source/blender/makesrna/intern/rna_ID.c
parentbc1e26e4965877533902aa5d0e51537deeb319c4 (diff)
parent86bbab7de53b07ad9a45b11dbff6bd5c0ee40c14 (diff)
Merged changes in the trunk up to revision 34335.
Diffstat (limited to 'source/blender/makesrna/intern/rna_ID.c')
-rw-r--r--source/blender/makesrna/intern/rna_ID.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_ID.c b/source/blender/makesrna/intern/rna_ID.c
index 96f4c85cbb5..ab8cd570813 100644
--- a/source/blender/makesrna/intern/rna_ID.c
+++ b/source/blender/makesrna/intern/rna_ID.c
@@ -484,8 +484,7 @@ static void rna_def_ID(BlenderRNA *brna)
func= RNA_def_function(srna, "update", "rna_ID_update");
RNA_def_function_flag(func, FUNC_USE_REPORTS);
RNA_def_function_ui_description(func, "Tag the id to update its display data.");
- parm= RNA_def_enum(func, "refresh", update_flag_items, 0, "", "Type of updates to perform.");
- RNA_def_property_flag(parm, PROP_ENUM_FLAG);
+ RNA_def_enum_flag(func, "refresh", update_flag_items, 0, "", "Type of updates to perform.");
}
static void rna_def_library(BlenderRNA *brna)