July 30, 2014, 19:37 (GMT) |
Finally tracked down coordinate scrambling bug. |
July 30, 2014, 02:19 (GMT) |
Fixed the DNA problem. |
July 29, 2014, 23:18 (GMT) |
Added UV-mesh cache so editing is fast, implemented NurbTrim. DNA is still buggy. |
July 28, 2014, 05:21 (GMT) |
An entire day spent chasing mem management bugs :( |
July 27, 2014, 22:08 (GMT) |
Removed platform-dependant timing code to fix build. |
July 27, 2014, 02:53 (GMT) |
Progress commit: adding support for import+tessellate trim curves (mem mgt bugs). |
July 24, 2014, 03:50 (GMT) |
Putting it all together: {BSpline,NURBS} values+derivates calculate & verify with Mathematica, smooth normals display properly. |
July 23, 2014, 03:27 (GMT) |
NURBS surf eval + derivatives written (not verified), basis cache. |
July 22, 2014, 03:44 (GMT) |
BSpline basis (derivs 0,1,2), BSpline surface (derivs 0,1) fix + verification in Mathematica |
July 21, 2014, 02:43 (GMT) |
Eval debug rig |
July 17, 2014, 15:25 (GMT) |
Added new eval code (computes first and second surface partials). Still buggy near multi-knots. |
July 16, 2014, 00:22 (GMT) |
Fixed the memory leak bug, the bug that caused trimmed vertices to linger, and the bug that separated connected triangle faces produced with alt+c. |
July 15, 2014, 01:46 (GMT) |
Added dumber+faster grid propagator, fixed displist crash bug for >~10x10 tessellation grids. |
July 12, 2014, 22:58 (GMT) |
NURBS pushforward (U,V)->(x,y,z) works properly |
July 10, 2014, 17:24 (GMT) |
Displist construction -- better commit it before I tear it up again |
July 10, 2014, 05:55 (GMT) |
Promoted curve.c to cpp (changed extension, added casts), moved gridmesh into blenkernel/intern, the location of the old tessellation code, and moved the GLUT debug tool into the tests folder which seems like the appropriate place for it. |
July 10, 2014, 02:44 (GMT) |
Timing code (TODO: REMOVE, it's platform-specific), reorganization of coords (now stored apart from verts) for compatibility with tess code. |
July 8, 2014, 03:05 (GMT) |
BRep import base |
July 3, 2014, 15:43 (GMT) |
Bugfix: inadvertant bool_SUB->bool_UNION fix for trimming verts that start in a grid cell but not in any of its polygons. |
July 3, 2014, 04:05 (GMT) |
Boolean subtraction implemented and tested. |
|