From 687cacfdd0aec599e56f7f5e2ed69f0bf6c61b4e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 24 Sep 2012 22:41:10 +0000 Subject: rename RNA duration --> frame_duration to match sequence strip. --- source/blender/makesrna/intern/rna_movieclip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_movieclip.c b/source/blender/makesrna/intern/rna_movieclip.c index efa170f156d..99effc990a8 100644 --- a/source/blender/makesrna/intern/rna_movieclip.c +++ b/source/blender/makesrna/intern/rna_movieclip.c @@ -300,7 +300,7 @@ static void rna_def_movieclip(BlenderRNA *brna) RNA_def_property_update(prop, NC_MOVIECLIP | ND_DISPLAY, "rna_MovieClip_reload_update"); /* length */ - prop = RNA_def_property(srna, "duration", PROP_INT, PROP_NONE); + prop = RNA_def_property(srna, "frame_duration", PROP_INT, PROP_NONE); RNA_def_property_clear_flag(prop, PROP_EDITABLE); RNA_def_property_int_sdna(prop, NULL, "len"); RNA_def_property_ui_text(prop, "Duration", "Detected duration of movie clip in frames"); -- cgit v1.2.3