[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59404] branches/soc-2013-depsgraph_mt/ source/blender: Code cleanup

Sergey Sharybin sergey.vfx at gmail.com
Fri Aug 23 10:39:25 CEST 2013


Revision: 59404
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59404
Author:   nazgul
Date:     2013-08-23 08:39:25 +0000 (Fri, 23 Aug 2013)
Log Message:
-----------
Code cleanup

Modified Paths:
--------------
    branches/soc-2013-depsgraph_mt/source/blender/blenkernel/intern/curve.c
    branches/soc-2013-depsgraph_mt/source/blender/windowmanager/intern/wm_init_exit.c

Modified: branches/soc-2013-depsgraph_mt/source/blender/blenkernel/intern/curve.c
===================================================================
--- branches/soc-2013-depsgraph_mt/source/blender/blenkernel/intern/curve.c	2013-08-23 08:33:00 UTC (rev 59403)
+++ branches/soc-2013-depsgraph_mt/source/blender/blenkernel/intern/curve.c	2013-08-23 08:39:25 UTC (rev 59404)
@@ -377,7 +377,7 @@
 	if (!r_size) r_size = msize;
 
 	INIT_MINMAX(min, max);
-	/* TODO(sergey): makecode aware of radius and bevel somehow.. */
+	/* TODO(sergey): make code aware of radius and bevel somehow.. */
 	if (!BKE_curve_minmax(cu, true, min, max)) {
 		min[0] = min[1] = min[2] = -1.0f;
 		max[0] = max[1] = max[2] = 1.0f;

Modified: branches/soc-2013-depsgraph_mt/source/blender/windowmanager/intern/wm_init_exit.c
===================================================================
--- branches/soc-2013-depsgraph_mt/source/blender/windowmanager/intern/wm_init_exit.c	2013-08-23 08:33:00 UTC (rev 59403)
+++ branches/soc-2013-depsgraph_mt/source/blender/windowmanager/intern/wm_init_exit.c	2013-08-23 08:39:25 UTC (rev 59404)
@@ -518,7 +518,7 @@
 		MEM_printmemlist();
 	}
 	wm_autosave_delete();
-
+	
 	printf("\nBlender quit\n");
 	
 #ifdef WIN32   




More information about the Bf-blender-cvs mailing list