Changes to naming tracker vs. track vs. marker to match assumptions taken in

http://wiki.blender.org/index.php/User:Nazg-gul/GSoC-2011/Documentation
This commit is contained in:
Sergey Sharybin
2012-05-14 12:50:36 +00:00
parent 8b687f6c36
commit a54f63b32d
2 changed files with 2 additions and 2 deletions

View File

@@ -402,7 +402,7 @@ void ED_clip_point_stable_pos(bContext *C, float x, float y, float *xr, float *y
/**
* \brief the reverse of ED_clip_point_stable_pos(), gets the marker region coords.
* better name here? view_to_tracker / tracker_to_view or so?
* better name here? view_to_track / track_to_view or so?
*/
void ED_clip_point_stable_pos__reverse(SpaceClip *sc, ARegion *ar, float co[2], float nco[2])
{

View File

@@ -968,7 +968,7 @@ static int do_lasso_select_marker(bContext *C, int mcords[][2], short moves, sho
if (MARKER_VISIBLE(sc, track, marker)) {
float screen_co[2];
/* tracker in screen coords */
/* marker in screen coords */
ED_clip_point_stable_pos__reverse(sc, ar, marker->pos, screen_co);
if (BLI_in_rcti(&rect, screen_co[0], screen_co[1]) &&