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-12-01Cleanup: hopefully last int->bool one in this area!Bastien Montagne
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-04-01code cleanup: includesCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-05-13code cleanup: minor improvements to float/vector usage.Campbell Barton
2012-05-12style cleanup: remaining BLI files.Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-03-182.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r18...Brecht Van Lommel
2009-02-24merging trunk 17520:19093Martin Poirier
2009-01-262.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2009-01-232.5: multiple small fixesBrecht Van Lommel
2009-01-172.5: various warning fixes.Brecht Van Lommel
2008-12-16Patch from Banlu KemiyatornCampbell Barton
2008-11-29Step 3/3, merging subdivision/bone creation methods using iteratorsMartin Poirier
2008-11-05Sketch retargetting. Templating from other armature objects.Martin Poirier
2008-09-16Benchmarkings timer cleanupMartin Poirier
2008-08-21Finish yesterday's bugfixing.Martin Poirier
2008-08-21transfering some ongoing work for home, nothing to see here.Martin Poirier
2008-08-20Control bone commit from yesterday broke root bones. This is now fixed in a m...Martin Poirier
2008-08-19Make subgraph tagging use own index, to not interfere with flagging used to p...Martin Poirier
2008-08-04Option to hide embedding dots on displayMartin Poirier
2008-07-30Bug fixes:Martin Poirier
2008-07-24Axial symmetry stability bug fix.Martin Poirier
2008-07-16More merging goodnessMartin Poirier
2008-07-15Optimization method selectable at runtimeMartin Poirier
2008-07-10Use tree length as parameter for multi resolution filtering.Martin Poirier
2008-07-08Start multi resolution search on first arc and smarter search (match first tw...Martin Poirier
2008-07-08First draft: Use multiresolution graph for retargetting (enables bypassing sm...Martin Poirier
2008-07-06Filter according to arc length, not weight different (more logic physical fil...Martin Poirier