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-25Small type fix for BMEditMesh.lastDataMask, should be 64-bit.Nicholas Bishop
2012-03-27style/name cleanup: have EDBM_* functions match our style guide and also matc...Campbell Barton
2012-03-27fix [#30651] bpy.ops.object.mode_set(...) editmode removes faces.Campbell Barton
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02code cleanup:Campbell Barton
2012-02-19edit-derived-mesh had a table for vert/edge/face lookups - that were never used.Campbell Barton
2012-02-12style cleanup for bmesh headersCampbell Barton
2012-01-23disable re-tesselation for modifiers that use bmesh, array/bevel/edge split -...Campbell Barton
2011-12-11workaround for tessface not being recalculated when undo is disabledCampbell Barton
2011-10-28BMEditMesh.mirror_cdlayer wasnt being set anywhere, adding any other type of ...Campbell Barton
2011-05-09more syncing with trunk, also cleared many warnings with gcc4.6Campbell Barton
2010-03-11brought back x-mirror editing, though it's currently buggy. also made tessel...Joseph Eagar
2009-11-29ok, apparently didn't commit this either. apparently includes a merge with t...Joseph Eagar
2009-11-02shapekeys are now stored as customdata in editmode, so edit operations like s...Joseph Eagar
2009-09-09finished removedoubles, and inlined a bunch of functions.Joseph Eagar
2009-08-31vpaint works with the new face structures, yay, though it probably still has ...Joseph Eagar
2009-07-17moved the selection history stuff within bmesh itself, to avoid memory access...Joseph Eagar
2009-06-18extrude handles active face, and operators now properly restore unmodified me...Joseph Eagar
2009-06-12moved the active face pointer to BMesh, where I think it belongs. also made ...Joseph Eagar
2009-05-26mesh DNA modficiations; two new structures added for storing ngons, MPoly and...Joseph Eagar
2009-05-18extrude works now, though vert extrude does not. still plenty of work needed...Joseph Eagar
2009-05-18renamed BMTessMesh to BMEditMesh, did some more monkeywork, cleaned up the mo...Joseph Eagar
2009-05-16NOTE: do not test. work-in-progress commit with editmesh ripped out and repl...Joseph Eagar