[Bf-committers] [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

Sergey Sharybin sergey.vfx at gmail.com
Wed Jun 6 09:42:03 CEST 2012


It's not actually more clear now and messes up some things. Like solver
does not do "track", it does "solve" or "reconstruct". I'd prefer to stick
to strict terminology usage, otherwise terms are becoming to overheaded.

Also tripod solver does nothing with camera position -- it's arbitrary.
Only relative camera movement is being solved.

On Sat, May 12, 2012 at 10:31 AM, Ed Halley <ed at halley.cc> wrote:

> 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);
>
> _______________________________________________
> Bf-blender-cvs mailing list
> Bf-blender-cvs at blender.org
> http://lists.blender.org/mailman/listinfo/bf-blender-cvs
>



-- 
With best regards, Sergey Sharybin


More information about the Bf-committers mailing list