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
2011-05-01=bmesh=Joseph Eagar
2011-04-14=bmesh=Joseph Eagar
2011-04-13=bmesh=Joseph Eagar
2011-03-31=bmesh=Joseph Eagar
2011-03-29=bmesh=Joseph Eagar
2011-03-28=bmesh=Joseph Eagar
2011-03-27=bmesh= bevel now interpolates vertex data. still need to make sure edge dat...Joseph Eagar
2011-03-27=bmesh=Joseph Eagar
2011-03-18=bmesh=Joseph Eagar
2011-02-23=bmesh=Joseph Eagar
2010-07-15wip commit; DO NOT USE. almost done with phase 1 of this restructuring, basi...Joseph Eagar
2010-03-11brought back x-mirror editing, though it's currently buggy. also made tessel...Joseph Eagar
2009-11-01commit before doing some hefty shapekey change, will break compilationJoseph Eagar
2009-09-10commit of transform pinning patch by Fabian Fricke (frigi). wip hotkey is en...Joseph Eagar
2009-08-19rearranged some code a bitJoseph Eagar
2009-07-26bmeshafied edge rotate.Joseph Eagar
2009-07-24uv texture (though not glsl) works now. also fixed some bugs. still some is...Joseph Eagar
2009-07-17moved the selection history stuff within bmesh itself, to avoid memory access...Joseph Eagar
2009-07-17another attempt to hopefully fix gcc compilingJoseph Eagar
2009-07-17move an include to hopefully fix gcc compilingJoseph Eagar
2009-07-16merge with 2.5 at r21568Joseph Eagar
2009-06-23Array modifier is now implemented using bmeshJoseph Eagar
2009-06-18Ported over the delete key and fkey fully overJoseph Eagar
2009-06-17further fixes for modifiers, and edge loop select works now.Joseph Eagar
2009-06-12moved the active face pointer to BMesh, where I think it belongs. also made ...Joseph Eagar
2009-06-10(NOTE: DO NOT TEST)Joseph Eagar
2009-05-18extrude works now, though vert extrude does not. still plenty of work needed...Joseph Eagar
2009-05-18selection now works. next up, undo, and also need to track down an odd bug w...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
2009-03-14connect verts now does geometric tests to perform valid splits. it also supp...Joseph Eagar
2009-03-14further code comments. used a somewhat minimilistic style for the function c...Joseph Eagar
2009-03-13Dissolve faces now uses a different method of finding the boundary,Joseph Eagar
2009-03-12the make ngon function's overlap test needed some work, the API functionJoseph Eagar
2009-03-11implemented an (edge) loop walker. note I misunderstood Joseph Eagar
2009-03-09split bmesh_operators.h, added (some) docs in comments, and hopefully made it...Joseph Eagar
2009-03-09dissolve faces: errors-out on holes, preserves winding, and doesn't delete or...Joseph Eagar
2009-03-08Got the walker API to work, for safely recursing the mesh.Joseph Eagar
2009-03-01split dissolve_disk into dissolve_vert dissolve_disk as agreed. also made di...Joseph Eagar
2009-02-15extrude uses dupe/delete rather then split, and it detects when to not delete...Joseph Eagar
2009-02-14extrude handles loop customdata properly, also added a BM_Face_CopyShared fu...Joseph Eagar
2009-02-08bmesh esubdivide now supports one of the selection actions the editmesh does ...Joseph Eagar
2009-01-22destruction of previous slot api. if it returns, it'llJoseph Eagar
2009-01-22added operator slot iteratorsJoseph Eagar
2009-01-21conversion code now uses triangulator for fgonafication of ngons. also imple...Joseph Eagar
2009-01-19remove unneeded scene pointerJoseph Eagar
2009-01-19added bmesh test op and made the dupeop.c stuff work, hopefully correctly.Joseph Eagar
2009-01-07move back new api codeJoseph Eagar