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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-06-04Cleanup: strip trailing space in bmesh moduleCampbell Barton
2018-04-03Cleanup: rename BMesh count_ex -> count_at_mostCampbell Barton
2016-11-14BMesh: avoid extra calls per faces-of-vert iteratorCampbell Barton
2016-11-07BMesh: remove redundant array sizeCampbell Barton
2016-10-31BMesh: radial loop (internal API symmetry)Campbell Barton
2015-04-30BMesh: correct bmesh_edge_vert_swapCampbell Barton
2015-04-30BMesh: add bmesh_disk_vert_replaceCampbell Barton
2015-04-29BMesh: refactor edge-vert swapping into API callCampbell Barton
2015-04-29BMesh: minor change to swap-vert apiCampbell Barton
2015-04-29BMesh: avoid over-counting vert-edgesCampbell Barton
2015-04-12BMesh: minor optimization counting adjacent dataCampbell Barton
2014-09-24BMesh: slight speedup loop-of-verts iteratorCampbell Barton
2014-06-27BMesh: use slightly faster method of stepping over edge-disksCampbell Barton
2013-12-23BMesh API: make simple, low level functions inlineCampbell Barton
2013-08-03code cleanup: bmesh use 'const' for query functions.Campbell Barton
2013-08-03code cleanup: replace bmesh_radial_face_find -> BM_edge_in_faceCampbell Barton
2013-03-26misc minor changesCampbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-09-12code cleanup: replace BM_DISK_EDGE_LINK_GET define with inline function, that...Campbell Barton
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-04-08style cleanup: pep8 some C/styleCampbell Barton
2012-04-08code cleanup:Campbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-06bmesh: speedup for deselecting all, (avoid topology loops since all get desel...Campbell Barton
2012-03-05Improvements to bmesh edge rotateCampbell Barton
2012-03-01Code Cleanup: remove bmesh_radial_loop_next() function,Campbell Barton
2012-03-01style cleanupCampbell Barton
2012-03-01Spelling 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-28code cleanup,Campbell Barton
2012-02-28bmesh code cleanup - remove most of BKE_bmesh and remove BKE_bmeshCustomData.h.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-26replace BMESH_ERROR with BMESH_ASSERT, most areas it was used are better suit...Campbell Barton
2012-02-26replace bmesh_error with macro that gives the file/line/func the error happen...Campbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-24typo cleanup, no functional changes.Campbell Barton
2012-02-23bmesh api cleanup, remove unused header.Campbell Barton
2012-02-23bmesh minor api refactorCampbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton