[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46569] trunk/blender/source/blender/ makesrna/intern/rna_tracking.c: reworded tooltip for Tripod Motion button; fixing spelling and making more clear

Ed Halley ed at halley.cc
Sat May 12 06:31:12 CEST 2012


Revision: 46569
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46569
Author:   halley
Date:     2012-05-12 04:31:03 +0000 (Sat, 12 May 2012)
Log Message:
-----------
reworded tooltip for Tripod Motion button; fixing spelling and making more clear

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_tracking.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_tracking.c	2012-05-12 03:50:44 UTC (rev 46568)
+++ trunk/blender/source/blender/makesrna/intern/rna_tracking.c	2012-05-12 04:31:03 UTC (rev 46569)
@@ -611,7 +611,7 @@
 	prop = RNA_def_property(srna, "use_tripod_solver", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
 	RNA_def_property_boolean_sdna(prop, NULL, "motion_flag", TRACKING_MOTION_TRIPOD);
-	RNA_def_property_ui_text(prop, "Tripod Motion", "Tracking footage is shooted by tripod camera and should use special sovler for this");
+	RNA_def_property_ui_text(prop, "Tripod Motion", "Use special solver to track a stable camera position, such as a tripod");
 
 	/* limit frames */
 	prop = RNA_def_property(srna, "default_frames_limit", PROP_INT, PROP_NONE);




More information about the Bf-blender-cvs mailing list