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
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2014-11-03BMesh: arg reorderCampbell Barton
2014-09-24BMesh: generic callbacks for mempool iteratorCampbell Barton
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-03fix [#36923] Merge / Delete vertices crashes for some meshesCampbell Barton
2013-10-03add debug mode assert if mesh-data is removed while iterating over it. (can c...Campbell Barton
2013-05-25bmesh: optimize iterator size using a union for iterator specific data.Campbell Barton
2013-05-13remove BLI_array use in bmesh mirror, add BMO_iter_as_arrayN() function.Campbell Barton
2013-03-28BMesh: make the context create operator (Fkay) more logical, before calling e...Campbell Barton
2013-03-27api cleanup: replace BMO_vert_edge_flags_count() with more reusable function ...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-10-20code cleanup: remove unused members of BMIter struct to save some space. (thi...Campbell Barton
2012-10-16fix for free NULL pointer in BM_vert_splice() and BM_iter_as_arrayN() failed ...Campbell Barton
2012-09-11code cleanup: use min/max inline functions rather than macros & simplify loopCampbell Barton
2012-09-11fix [#31738] BM_vert_splice modifies loops during iterationCampbell Barton
2012-04-28bmesh api functions, not used yet: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-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-01Code Cleanup: remove bmesh_radial_loop_next() function,Campbell 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-27Code Cleanup:Campbell Barton
2012-02-26* bmesh py api BMEdge.verts was using 2 v1'sCampbell Barton
2012-02-24bmesh py api (some api changes and doc additions)Campbell Barton
2012-02-23bmesh minor api refactorCampbell Barton
2012-02-22bmesh python api - add BMEdge.verts, also had to add VERTS_OF_EDGE iterator i...Campbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton