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-28style cleanup: editors / mesh & objectCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-16Fix #30720: Creating Navmesh crashes blenderSergey Sharybin
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-26style cleanup: editors/mesh - mostly whitespace around operatorsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-24code cleanup: more consistent naming for mesh operator functions.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-02code cleanup:Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-20minor edits to have the game engine and player building.Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-13marked navmesh as BMESH_TODO, mixed mface/mpoly functions were being used for...Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-10Style Edits only: use TRUE/FALSE rather then 1/0Campbell Barton
2012-02-07Style Cleanup:Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42670:42680Campbell Barton
2011-12-17style edit only - move parenthesis onto second line of function definition (i...Campbell Barton
2011-12-13formatting and minor refactor of some bmesh functions.Campbell Barton
2011-11-08bmesh: fixed merge issues with navmesh (though I've not tested if it works yet).Joseph Eagar
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-10-11create navmesh operator would crash on non-mesh objects, add type check and r...Campbell Barton
2011-10-10updates to navmeshCampbell Barton
2011-10-10move NavMesh draw code out of being a modifier and into DerivedMesh drawing h...Campbell Barton
2011-09-30Recast: upgrade library.Benoit Bolsee
2011-09-27Silence some gcc warnings.Sergey Sharybin
2011-09-27navmesh: code clean-up, should be no functional changes.Sergey Sharybin
2011-09-27navmesh: solve bad level calls to edit mesh functionsSergey Sharybin