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-02-28Code Cleanup: bmeshCampbell Barton
2012-02-28fix [#30374] Can't Fill Triangular FaceCampbell Barton
2012-02-28bmesh code cleanup - remove most of BKE_bmesh and remove BKE_bmeshCustomData.h.Campbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
2012-02-27bmesh minor api edits to be a little more typesafe.Campbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27update bmesh design doc and added some comments to the code from it.Campbell Barton
2012-02-27use LIKELY/UNLIKELY macros for operations that run a lot.Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-27fix for a bmesh glitch when making a face (Fkey).Campbell Barton
2012-02-26bmesh api name change, add _count suffix for BM_*_share functions.Campbell Barton
2012-02-26fix for build error with non debug builds from last commit.Campbell Barton
2012-02-26* bmesh py api BMEdge.verts was using 2 v1'sCampbell 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 - remove faces with <3 sides after dissolve/collapse (most tools alread...Campbell Barton
2012-02-26change vertex dissolve not to collapse edges when its only connected to 2, ra...Campbell Barton
2012-02-26fix for a bug in bmesh_jekv (and its main caller BM_vert_collapse_faces).Campbell Barton
2012-02-26fix for vertex dissolve not doing anything with a single vertex on a single f...Campbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-26fix [#30352] Dissolving a vert in an edgeloop (no faces) just deletes the ver...Campbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-25fix for own regression in r44361 (broke BM_vert_in_face)Campbell Barton
2012-02-25bugfixCampbell Barton
2012-02-24bmesh bridge - copy UVs and face data whem available.Campbell 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-24typo cleanup, no functional changes.Campbell Barton
2012-02-24bmesh py api (some api changes and doc additions)Campbell Barton
2012-02-24Fix #30325: bmesh edges were marked as sharp by default, after recentBrecht Van Lommel
2012-02-23bmesh split tool (Ykey), was only splitting off faces, unlike EditMesh which ...Campbell Barton
2012-02-23previous fix wasnt working in edge mode, now selection +/- works in vert/edge...Campbell Barton
2012-02-23fix [#30318] increase/decrease selection won't work (select-more/less)Campbell Barton
2012-02-23adding icosphere was broken with own recent commitCampbell Barton
2012-02-23bmesh py api, new elements now take optional 'example' arguments, so the new ...Campbell Barton
2012-02-23bmesh api cleanup, remove unused header.Campbell Barton
2012-02-23bmesh minor api refactorCampbell Barton
2012-02-23swap arg order for BM_edge_split(), makes sense to have edge as firstCampbell Barton
2012-02-23- swap arg order for BM_face_copy() boolean options.Campbell Barton
2012-02-23bmesh py api: functions for getting the area/angle/center of BMesh elements.Campbell Barton
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-22bmesh python api change in internal behavior.Campbell Barton
2012-02-22Fix #30290: Shape Keys not working as expectedSergey Sharybin
2012-02-22bmesh python api - add BMEdge.verts, also had to add VERTS_OF_EDGE iterator i...Campbell Barton
2012-02-22Attempt to fix scons compilation of blenderplayer.Antony Riakiotakis