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-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros.Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-13bmesh api changes:Campbell Barton
2012-04-03fix [#30772] No more than two subdivions give correct result when adding an i...Campbell Barton
2012-04-03bmesh iterators were passing the BMesh as data argument to BM_iter_new(), har...Campbell Barton
2012-04-03style cleanup: multi-line if's & whitespace.Campbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-03-30For BMesh functions that test flags, add enabled/disabled variants.Nicholas Bishop
2012-03-30Add BMO function to append to a buffer slot.Nicholas Bishop
2012-03-30Fix out-of-date slot type sizes.Nicholas Bishop
2012-03-28bmesh: be more strict with operator string formatting, no tabs and only accep...Campbell Barton
2012-03-19code cleanup: bmesh api - make arg order consistent - htype before hflag or o...Campbell Barton
2012-03-19better error reporting when a bmesh operator fails. (give reason and show cha...Campbell Barton
2012-03-16*picky* fix for edge rotateCampbell Barton
2012-03-10Speedup for ngon normal calculationCampbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02Code Cleanup: update to mempool, use flag rather then bool args.Campbell Barton
2012-03-01bmesh api:Campbell Barton
2012-03-01style cleanupCampbell Barton
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-28code cleanup: de-duplicate bmesh face creation code,Campbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-23previous fix wasnt working in edge mode, now selection +/- works in vert/edge...Campbell Barton
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2012-02-20add type check asserts for bmesh operator get/set funcs so errors wont fail s...Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton