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-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-16make scanfill threadsafe (wasnt threadsafe before BMesh merge but before the ...Campbell Barton
2012-04-16code cleanup: avoid confusion with incorrectly named argument to BLI_edgefill...Campbell Barton
2012-04-02Fix #30398: Mesh objects with curve modifiers render in thier 'rest' position...Sergey Sharybin
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-16Fix #30561 Modifiers with use_apply_on_spline = True do not work on curve wit...Sergey Sharybin
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-03fix for curves drawing as wire once modifiers were applied.Campbell Barton
2012-02-03svn merge ^/trunk/blender -r43830:43864Campbell Barton
2012-02-02Disallow fill caps for curves without bevel object.Sergey Sharybin
2012-02-02Fix for recent bevel cap optionSergey Sharybin
2012-02-02Added option to fill caps of bevelled curves.Sergey Sharybin
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-30svn merge ^/trunk/blender -r43733:43751Campbell Barton
2012-01-27Always assume isFinalCals is truth when applying constructive modifiers on cu...Sergey Sharybin
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2012-01-06rename CDDM_calc_normals() --> CDDM_calc_normals_mappingCampbell Barton
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-06misc macro --> bli math lib functionsCampbell 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-10-14svn merge ^/trunk/blender -r40890:40950Campbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-09svn merge ^/trunk/blender -r40720:40872Campbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-09-28svn merge ^/trunk/blender -r40587:40643Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-08-24svn merge -r39433:39493 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-16Fix #28273: Crash playing with Follow path+Bevel+MaterialSergey Sharybin
2011-07-25found some changes were missed from previous manual mergeCampbell Barton
2011-07-25sync with r37500, fix for merge, bmesh builds again.Campbell Barton
2011-06-15Code cleanup: remove unused shaded draw mode code.Brecht Van Lommel
2011-05-22remove / comment unused code, patch by nico_ga on IRC with some edits.Campbell Barton
2011-05-13made BLI_edgefill returns the list length since some callers count directly a...Campbell Barton
2011-05-10remove some duplicate declarationsCampbell Barton
2011-05-10Fix #27346: When The FONT object is blank, the dimensions are calculated wong.Sergey Sharybin