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-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
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-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton
2012-04-21Merged changes in the trunk up to revision 45820.Tamito Kajiyama
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-04Merged changes in the trunk up to revision 45383.Tamito Kajiyama
2012-04-02code cleanup:Campbell Barton
2012-04-01Merged changes in the trunk up to revision 45308.Tamito Kajiyama
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
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-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-11style cleanup: + some warning fixes, also remove unused metaelem extern.Campbell Barton
2012-03-11Merged changes in the trunk up to revision 44797.Tamito Kajiyama
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-02-21Merged changes in the trunk up to revision 44288.Tamito Kajiyama
2012-02-21Merged changes in the trunk up to revision 44266 (including BMesh).Tamito Kajiyama
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-16minor style cleanup, use macros for first loop and far name changes.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-01-16Merged changes in the trunk up to revision 43404.Tamito Kajiyama
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-18Merged changes in the trunk up to revision 42692.Tamito Kajiyama
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-05manual sync with trunk - pulling in changes where the issues are not bmesh sp...Campbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-13Merged changes in the trunk up to revision 41768.Tamito Kajiyama
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-08Merged changes in the trunk up to revision 41638.Tamito Kajiyama
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-01use char for BMHeader type and flag (saves 2 bytes per edge/loop/vertex/face)Campbell Barton
2011-10-30Merged changes in the trunk up to revision 41368.Tamito Kajiyama
2011-10-29Merged changes in the trunk up to revision 41225.Tamito Kajiyama
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41150:41175Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-09-23svn merge ^/trunk/blender -r40394:40395Campbell Barton
2011-09-21Merged changes in the trunk up to revision 40413.Tamito Kajiyama
2011-09-20i18n: replace some bit checks from U.transopts with utility functions UI_tran...Sergey Sharybin