[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28685] trunk/blender/source/blender/ makesrna/intern/rna_object.c: Some more IPO > F-Curve renaming in RNA.

Thomas Dinges dingto at gmx.de
Sun May 9 11:49:57 CEST 2010


Revision: 28685
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28685
Author:   dingto
Date:     2010-05-09 11:49:55 +0200 (Sun, 09 May 2010)

Log Message:
-----------
Some more IPO > F-Curve renaming in RNA.

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_object.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_object.c	2010-05-09 09:43:49 UTC (rev 28684)
+++ trunk/blender/source/blender/makesrna/intern/rna_object.c	2010-05-09 09:49:55 UTC (rev 28685)
@@ -1885,12 +1885,12 @@
 	prop= RNA_def_property(srna, "time_offset", PROP_FLOAT, PROP_NONE|PROP_UNIT_TIME);
 	RNA_def_property_float_sdna(prop, NULL, "sf");
 	RNA_def_property_range(prop, MINAFRAMEF, MAXFRAMEF);
-	RNA_def_property_ui_text(prop, "Time Offset", "Animation offset in frames for IPO's and dupligroup instances");
+	RNA_def_property_ui_text(prop, "Time Offset", "Animation offset in frames for F-Curve and dupligroup instances");
 	RNA_def_property_update(prop, NC_OBJECT|ND_TRANSFORM, "rna_Object_update");
 
 	prop= RNA_def_property(srna, "time_offset_edit", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "ipoflag", OB_OFFS_OB);
-	RNA_def_property_ui_text(prop, "Time Offset Edit", "Use time offset when inserting keys and display time offset for IPO and action views");
+	RNA_def_property_ui_text(prop, "Time Offset Edit", "Use time offset when inserting keys and display time offset for F-Curve and action views");
 
 	prop= RNA_def_property(srna, "time_offset_parent", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "ipoflag", OB_OFFS_PARENT);





More information about the Bf-blender-cvs mailing list