[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59873] trunk/blender/source/blender/ blenkernel/intern/tracking.c: Woops, minr style changes are needed.

Sergey Sharybin sergey.vfx at gmail.com
Fri Sep 6 12:23:22 CEST 2013


Revision: 59873
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59873
Author:   nazgul
Date:     2013-09-06 10:23:21 +0000 (Fri, 06 Sep 2013)
Log Message:
-----------
Woops, minr style changes are needed.

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/intern/tracking.c

Modified: trunk/blender/source/blender/blenkernel/intern/tracking.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/tracking.c	2013-09-06 10:21:56 UTC (rev 59872)
+++ trunk/blender/source/blender/blenkernel/intern/tracking.c	2013-09-06 10:23:21 UTC (rev 59873)
@@ -2407,12 +2407,12 @@
 				BLI_remlink(old_tracks, old_track);
 				BLI_addtail(&tracks, old_track);
 
-				/* Copy flags like selection back to the track map */
+				/* Copy flags like selection back to the track map. */
 				track->flag = old_track->flag;
 				track->pat_flag = old_track->pat_flag;
 				track->search_flag = old_track->search_flag;
 
-				/* Copy all the rest settings back from the map to the actual tracks,  */
+				/* Copy all the rest settings back from the map to the actual tracks. */
 				MEM_freeN(old_track->markers);
 				*old_track = *track;
 				old_track->markers = MEM_dupallocN(old_track->markers);




More information about the Bf-blender-cvs mailing list