[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59515] branches/soc-2013-depsgraph_mt/ source/blender/blenkernel/intern/curve.c: Mask curve BB code as TODO resolved

Sergey Sharybin sergey.vfx at gmail.com
Mon Aug 26 14:09:14 CEST 2013


Revision: 59515
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59515
Author:   nazgul
Date:     2013-08-26 12:09:13 +0000 (Mon, 26 Aug 2013)
Log Message:
-----------
Mask curve BB code as TODO resolved

Nothing really could be done here to improve anything,
we'll just live with CV min/max + radius.

Modified Paths:
--------------
    branches/soc-2013-depsgraph_mt/source/blender/blenkernel/intern/curve.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-26 12:07:00 UTC (rev 59514)
+++ branches/soc-2013-depsgraph_mt/source/blender/blenkernel/intern/curve.c	2013-08-26 12:09:13 UTC (rev 59515)
@@ -377,7 +377,6 @@
 	if (!r_size) r_size = msize;
 
 	INIT_MINMAX(min, max);
-	/* 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;




More information about the Bf-blender-cvs mailing list