Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-22Chrome improvements: shortcuts, trim select/drag, Shift-D, per-trim tessellat...soc-2014-nurbsJonathan deWerd
2014-08-22Add circular trimJonathan deWerd
2014-08-22Got RNA working and frontend for adding trimsJonathan deWerd
2014-08-21Sergey's patch, manually pruned so as to work with HEAD.Jonathan deWerd
2014-08-19C89 support (I think).Jonathan deWerd
2014-08-19UV editor editing functionality (drag pts / knots, add trim, etc) is finally ...Jonathan deWerd
2014-08-15Added select-linked, fixed leak, cleaned up operator poll functionsJonathan deWerd
2014-08-14Got rid of unused function editnurb_draw_active_nurbsJonathan deWerd
2014-08-14Added support for transparent (see through surface) control mesh, fixed NURBS...Jonathan deWerd
2014-08-14Selective selection based on what is selected in 3dviewJonathan deWerd
2014-08-13All types of selection work on knotsJonathan deWerd
2014-08-13Continued work on UV Editor. Selections work, multiplicities are drawn, curso...Jonathan deWerd
2014-08-09UV Edit Selection PropagationJonathan deWerd
2014-08-08NURBS UV EditorJonathan deWerd
2014-08-07Stopgap bugfix for trim tessellator failure when trim curve hits vert, read/w...Jonathan deWerd
2014-08-05New mesher (proper ngon, orco, etc).Jonathan deWerd
2014-08-01Added support for loop-select and adjusted disply of NURBS control polygon to...Jonathan deWerd
2014-08-01Fixed bug that turned all booleans into bool_SUB, added code to get trims fro...Jonathan deWerd
2014-07-31Interior trims are now preserved by re-knot-ing. For some reason exterior tri...Jonathan deWerd
2014-07-31Trim curve import works! They don't rescale to blender-style knots automatica...Jonathan deWerd
2014-07-30Finally tracked down coordinate scrambling bug.Jonathan deWerd
2014-07-30Fixed the DNA problem.Jonathan deWerd
2014-07-30Added UV-mesh cache so editing is fast, implemented NurbTrim. DNA is still bu...Jonathan deWerd
2014-07-28An entire day spent chasing mem management bugs :(Jonathan deWerd
2014-07-28Removed platform-dependant timing code to fix build.Jonathan deWerd
2014-07-27Progress commit: adding support for import+tessellate trim curves (mem mgt bu...Jonathan deWerd
2014-07-24Putting it all together: {BSpline,NURBS} values+derivates calculate & verify ...Jonathan deWerd
2014-07-23NURBS surf eval + derivatives written (not verified), basis cache.Jonathan deWerd
2014-07-22BSpline basis (derivs 0,1,2), BSpline surface (derivs 0,1) fix + verification...Jonathan deWerd
2014-07-21Eval debug rigJonathan deWerd
2014-07-17Added new eval code (computes first and second surface partials). Still buggy...Jonathan deWerd
2014-07-16Fixed the memory leak bug, the bug that caused trimmed vertices to linger, an...Jonathan deWerd
2014-07-15Added dumber+faster grid propagator, fixed displist crash bug for >~10x10 tes...Jonathan deWerd
2014-07-13NURBS pushforward (U,V)->(x,y,z) works properlyJonathan deWerd
2014-07-10Displist construction -- better commit it before I tear it up againJonathan deWerd
2014-07-10Promoted curve.c to cpp (changed extension, added casts), moved gridmesh into...Jonathan deWerd
2014-07-10Timing code (TODO: REMOVE, it's platform-specific), reorganization of coords ...Jonathan deWerd
2014-07-08BRep import baseJonathan deWerd
2014-07-03Bugfix: inadvertant bool_SUB->bool_UNION fix for trimming verts that start in...Jonathan deWerd
2014-07-03Boolean subtraction implemented and tested.Jonathan deWerd
2014-07-03Bugfixes: now GridMesh can *actually* be ANDed with multiple successive polyg...Jonathan deWerd
2014-07-02GridMesh can now handle being ANDed with multiple *successive* polygons rathe...Jonathan deWerd
2014-06-30Another order bug squashed! Can't order everything before cutting. Now cuts h...Jonathan deWerd
2014-06-28Buggy code pre-reorganization.Jonathan deWerd
2014-06-27Added infrastructure to visualize inclusion-exclusion, moved trim code into G...Jonathan deWerd
2014-06-27Merge branch 'soc-2014-nurbs' of git.blender.org:blender into soc-2014-nurbsJonathan deWerd
2014-06-27blender build fixJonathan deWerd
2014-06-27Merge remote-tracking branch 'polytest/master' into soc-2014-nurbsJonathan deWerd
2014-06-27Moved files into position for merge with soc-2014-nurbs branch.Jonathan deWerd
2014-06-27Fixed dropped vertex in poly creation, finished multi-poly support, better de...Jonathan deWerd