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-29style cleanup: whitespace / commasCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell 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-04-18more replacement for BM_edge_face_count() use.Campbell Barton
2012-04-12Minor code cleanup: Don't reference previous BMwEdgeringWalker after BMW_stat...Antony Riakiotakis
2012-04-12Fix: loopcut didn't stop on hidden facesAntony Riakiotakis
2012-04-03Fix #30791: BMEdge.is_manifold also returned true for edges with only one faceBrecht Van Lommel
2012-03-30fix [#30732] bmesh: loop select continues through hidden sections.Campbell Barton
2012-03-30partial fix for [#30732] bmesh: loop select continues through hidden sections.Campbell Barton
2012-03-29fix [#30715] bmesh: select linked not ignoring hidden verts/edges/facesCampbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-22Fix #30504 selecting self-intersecting face loop won't work correctly.Antony Riakiotakis
2012-03-21Fix for crash on selecting loop in cases when some edges aren't connected to ...Sergey Sharybin
2012-03-20style cleanupCampbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-14fix hang when loop selecting an ngon. We need to check if edge currently walk...Antony Riakiotakis
2012-03-13loopwalker support for selecting the sides of ngonsCampbell Barton
2012-03-13code/style cleanup for loop walker which was is fairly confusing and hard to ...Campbell Barton
2012-03-12code cleanup/bugfix uninitialized valuesCampbell Barton
2012-03-12bmesh: edge loop selectCampbell Barton
2012-03-12Fix edge loop selection. Now boundary selection checks only for filled edges ...Antony Riakiotakis
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-06code cleanup - give edge split more helpful var names and replace edgetag mac...Campbell Barton
2012-03-04* rename BM_face_other_loop --> BM_face_other_edge_loopCampbell Barton
2012-03-04switch arg order for BM_face_other_* funcs (make face come first), and add ni...Campbell Barton
2012-03-04#ifdef out ngon edge-ring loop support, from r44561, this is a nice feature b...Campbell Barton
2012-03-02Code Cleanup - naming consistancy for bmesh struct typesCampbell Barton
2012-03-01Code Cleanup: remove bmesh_radial_loop_next() function,Campbell Barton
2012-03-01style cleanup: bmesh - have continue on new line, also avoid unneeded loop in...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29fix [#29135] NGons dont work with loop cutCampbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton