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
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-07-15wip commit; DO NOT USE. almost done with phase 1 of this restructuring, basi...Joseph Eagar
2010-01-28The Death Of Editmesh - Part 1Joseph Eagar
2010-01-13merge with trunk/2.5 at r25907Joseph Eagar
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
2009-11-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-10-08part 1 of vkey rip tool. still needs more work. ugh, doing this tool correc...Joseph Eagar
2009-09-18part 1 of cleaning up my little array macro library to be a formal API. also...Joseph Eagar
2009-09-10another optimization pass. biggest change is MDeformGroup->dw is now allocat...Joseph Eagar
2009-08-31vpaint works with the new face structures, yay, though it probably still has ...Joseph Eagar
2009-08-19rearranged some code a bitJoseph Eagar
2009-08-15made the crash handler disabled by a command line flag, insted of being #ifde...Joseph Eagar
2009-07-26replaced use of bmesh tesselator with scanfill when leaving edtmode and gener...Joseph Eagar
2009-07-25assorted uv fixesJoseph Eagar
2009-07-24uv texture (though not glsl) works now. also fixed some bugs. still some is...Joseph Eagar
2009-07-22merge with trunk at r21785, and also fixed stupid ngon normals bugJoseph Eagar
2009-07-21first pass at the uv code. uv editor now mostly uses new bmesh structures fo...Joseph Eagar
2009-07-14pre-merge commit. the mirror modifier is currently in pieces, to be picked b...Joseph Eagar
2009-06-23Array modifier is now implemented using bmeshJoseph 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-06-10(NOTE: DO NOT TEST)Joseph Eagar
2009-05-26mesh DNA modficiations; two new structures added for storing ngons, MPoly and...Joseph Eagar
2009-05-23ngons are tesselated properly again, using scanfill, though need to get it to...Joseph Eagar
2009-05-19some stability stuff related to undo, and more extrude stuff worksJoseph Eagar
2009-05-18fixed a few of the memory leaksJoseph 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