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-05-22Fix for customdata layer copying. Issue was caused by mixing up of destinatio...Andrew Hale
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-04-30bmesh - python apiCampbell Barton
2012-04-19code cleanup: remove unused BMesh args.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-03-18spelling cleanupCampbell Barton
2012-03-14Add 'level' field to struct MDisps, companion to 'totdisp'.Nicholas Bishop
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-02bmesh - changes to mempool allocationsCampbell Barton
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-21Remove debug print code.Sergey Sharybin
2012-02-21- Remove unused code in bmesh interpolation module and switch it to using mat...Sergey Sharybin
2012-02-21Improved displacement flipping algorithm to work properly in cases when targe...Sergey Sharybin
2012-02-21Flip displacement direction after interpolation in bmesh_loop_interp_mdispsSergey Sharybin
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton