[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50867] trunk/blender/source/blender/ makesrna/intern/rna_movieclip.c: rename RNA duration --> frame_duration to match sequence strip.

Campbell Barton ideasman42 at gmail.com
Tue Sep 25 00:41:10 CEST 2012


Revision: 50867
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50867
Author:   campbellbarton
Date:     2012-09-24 22:41:10 +0000 (Mon, 24 Sep 2012)
Log Message:
-----------
rename RNA duration --> frame_duration to match sequence strip.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_movieclip.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_movieclip.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_movieclip.c	2012-09-24 22:39:45 UTC (rev 50866)
+++ trunk/blender/source/blender/makesrna/intern/rna_movieclip.c	2012-09-24 22:41:10 UTC (rev 50867)
@@ -300,7 +300,7 @@
 	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");




More information about the Bf-blender-cvs mailing list