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
2012-04-18fix for eternal loop in scanfill,Campbell Barton
2012-04-18fix for own error in recent scanfill updates, scanfill can hang if run on a p...Campbell Barton
2012-04-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16inline function for "Newell's Method" used for normal calc.Campbell Barton
2012-04-16improve scanfill for uneven ngons, previously scanfill would use the most ang...Campbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16style cleanup: scanfill, spelling and use NULL rather then 0Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-20Fix #30543: tessellating ngons with small angles was failing. There was a quiteBrecht Van Lommel
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-20fix harmless but annoying memory leak prints, "newmem", now free all scanfill...Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2011-12-03svn merge ^/trunk/blender -r42333:42361Campbell Barton
2011-12-03de-duplicate dominant axis calculation, exact same checks were in 6 different...Campbell Barton
2011-11-29svn merge ^/trunk/blender -r42245:42261Campbell Barton
2011-11-29Allow scanfill caller to specify boundary edges and use to fix knifetool extr...Howard Trickey
2011-11-22Fix for [#28528] Disappearing FacesAndrew Wiggin
2011-11-16replace macros with math functionsCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-24fix for assertCampbell Barton
2011-09-24optimization for scanfill allocation function.Campbell Barton
2011-09-09correct edit some commentsCampbell Barton
2011-08-24svn merge -r39493:39664 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-05-24fix for crash if scanfill failsCampbell Barton
2011-05-13svn merge -r36651:36672 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-13made BLI_edgefill returns the list length since some callers count directly a...Campbell Barton
2011-05-13remove unused varsCampbell Barton
2011-05-12=bmesh=fixed shapekey mem leakJoseph Eagar
2011-04-24=bmesh= fixed a tesselation bug, and smooth shaded operator in object modeJoseph Eagar
2011-04-23=bmesh= brought back fill faces, alt-fJoseph Eagar
2011-04-17=bmesh= build modifier works now, also made scanfill thread-safeJoseph Eagar
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-04-11=bmesh=Joseph Eagar
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-11remove misc unused vars and correct theme name for face angles.Campbell Barton
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-09-04merge with trunk at r31523Joseph Eagar