[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38966] trunk/blender/source/blender/ makesrna/intern/rna_scene.c: add note in scene.frame_current that frace_set () updates animation data.

Campbell Barton ideasman42 at gmail.com
Wed Aug 3 08:30:19 CEST 2011


Revision: 38966
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38966
Author:   campbellbarton
Date:     2011-08-03 06:30:19 +0000 (Wed, 03 Aug 2011)
Log Message:
-----------
add note in scene.frame_current that frace_set() updates animation data.

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_scene.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_scene.c	2011-08-03 06:27:44 UTC (rev 38965)
+++ trunk/blender/source/blender/makesrna/intern/rna_scene.c	2011-08-03 06:30:19 UTC (rev 38966)
@@ -3251,7 +3251,7 @@
 	RNA_def_property_int_sdna(prop, NULL, "r.cfra");
 	RNA_def_property_range(prop, MINAFRAME, MAXFRAME);
 	RNA_def_property_int_funcs(prop, NULL, "rna_Scene_current_frame_set", NULL);
-	RNA_def_property_ui_text(prop, "Current Frame", "Current Frame");
+	RNA_def_property_ui_text(prop, "Current Frame", "Current Frame, to update animation data from python frame_set() instead");
 	RNA_def_property_flag(prop, PROP_CONTEXT_UPDATE);
 	RNA_def_property_update(prop, NC_SCENE|ND_FRAME, "rna_Scene_frame_update");
 	




More information about the Bf-blender-cvs mailing list