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-17CleanupCampbell Barton
2014-08-07CommentsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenlib)Campbell Barton
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-02-13Mask: add option to detect self intersectionsCampbell Barton
2014-02-13Scanfill: add user-flags for edges and verts, useful elsewhere.Campbell Barton
2014-02-13Scanfill: name flags better and comment unused SF_EDGE_BOUNDARY flag.Campbell Barton
2014-02-13Mask: option not to treat overlapping curves as holesCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Scanfill: use poly_nr as an index rather then index + 1Campbell Barton
2014-02-05Scanfill: malloc arrays and zero init membersCampbell Barton
2014-02-04Code cleanup: remove scdata from ScanFillContextCampbell Barton
2014-02-04Scanfill: optimize filling curves, text, masks - skip calculating holesCampbell Barton
2014-02-04Scanfill: minor optimization, comment unused code, avoid vert loopCampbell Barton
2014-02-03Scanfill: skip checks for loose edges when they can't occurCampbell Barton
2014-02-03Code cleanup: replace while -> for loopsCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2013-12-28Math Lib: add dist_squared_to_line_v2, avoids sqrt in scanfill and 3d-textCampbell Barton
2013-09-01use strict flags for scanfill, also replace shorts with unsigned shorts and i...Campbell Barton
2013-08-28remove callback BLI_localErrorCallBack from scanfill, was here for years and ...Campbell Barton
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-06-26remove unused callbackCampbell Barton
2013-06-24remove own optimization in scanfill, in rare cases it caused problems, report...Campbell Barton
2013-06-03add asserts when scanfilling or triangulating with zero length normal.Campbell Barton
2013-04-27real fix for [#35097], (curve cap flipping).Campbell Barton
2013-04-11fix [#34947] Alt-F Fill not workingCampbell Barton
2013-04-11code cleanup: unused defines, remove unused scanfill success value from BLI_s...Campbell Barton
2013-02-21code cleanup: rename ScanFillVert.h --> edge_tot, SF_VERT_UNKNOWN --> SF_VERT...Campbell Barton
2013-02-15skip fix from r54579 when holes aren't used (keeps bmesh ngon filling fast)Campbell Barton
2013-02-15Bug fix #34177Ton Roosendaal
2013-02-10style cleanupCampbell Barton
2012-12-29style cleanupCampbell Barton
2012-12-27add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_HOLES, gives some speed...Campbell Barton
2012-11-27fix/workaround [#33281] script goes into not responding Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-09-16style cleanupCampbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-01style cleanupCampbell Barton
2012-05-13code cleanup:Campbell Barton
2012-05-12style cleanup: remaining BLI files.Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-18code cleanup: more minor changes to scanfillCampbell Barton
2012-04-18code cleanup: replace magic numbers in scanfill with defines, also use some v...Campbell Barton