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-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-04-16minor speedup for scanfill, dont calculate the normal if its already known - ...Campbell Barton
2012-04-16inline function for "Newell's Method" used for normal calc.Campbell Barton
2012-04-15make ngon_perimeter into a public api function and expose to python.Campbell Barton
2012-04-08code cleanup:Campbell Barton
2012-03-28own error r45225Campbell Barton
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-27Fix tweak for #30638: use same BMesh Face area computation functions as Mesh,Brecht Van Lommel
2012-03-26fix #30668 and the rest of #30638.Antony Riakiotakis
2012-03-25Comment out the projection to ngon normal plane when calculating ngon area. T...Antony Riakiotakis
2012-03-25Fix #30638 and part of #30646.Antony Riakiotakis
2012-03-11fix for debug assignment left in from own commit r44778Campbell Barton
2012-03-10Speedup for ngon normal calculationCampbell Barton
2012-03-10bmesh fix: faces were being created flipped the wrong way compared to surroun...Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-07- simplify rip code not to expand/contract selection.Campbell Barton
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-04bmesh: add back feature from 2.4x Ctrl+Shift+T subdivides quads in the altern...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01style cleanup: bmesh - have continue on new line, also avoid unneeded loop in...Campbell Barton
2012-02-29use floats rather then doubles for bmesh poly functions.Campbell Barton
2012-02-29Undid part of commit 44552: can't use mathutils on doublesHoward Trickey
2012-02-29Code cleanup, no functional change: use mathutils copyHoward Trickey
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-28Code CleanupCampbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-25bugfixCampbell Barton
2012-02-24bmesh py api - bmesh.utils.face_flipCampbell Barton
2012-02-24bmesh: minor speedup, use 1 iterator rather then 2 when normalizing verts.Campbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton