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-11-16svn merge -r41899:41926 ^/trunk/blender. also sync mempool with trunk and mov...Campbell Barton
2011-11-16tag index arrays as dirty when any element is removed, also check validity on...Campbell Barton
2011-11-01use char for BMHeader type and flag (saves 2 bytes per edge/loop/vertex/face)Campbell Barton
2011-10-12Fix for not correctly removing doubles after adding builtin primitive meshes ...Andrew Wiggin
2011-05-09tag unused arguments, quiet some warningsCampbell Barton
2011-05-09quiet more compiler warnings, also found a bug using printf rather then fprintf.Campbell Barton
2011-04-14=bmesh= fixed a few bugs in the uv editorJoseph Eagar
2011-03-31=bmesh=Joseph Eagar
2011-03-29=bmesh=Joseph Eagar
2011-02-27merge with/from trunk at r35190Joseph Eagar
2010-09-25=BMesh: Super Knife Tool Alpha=Joseph Eagar
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
2009-09-18part 1 of cleaning up my little array macro library to be a formal API. also...Joseph Eagar
2009-09-12fkey on two broken edge loops will create an ngon now, as will fkey on one br...Joseph Eagar
2009-09-09finished removedoubles, and inlined a bunch of functions.Joseph Eagar
2009-09-06more optimization stuff. transformed a few functions into macro that profili...Joseph Eagar
2009-09-05part one of profiling/optimizing. made cddm not update tesselations itself i...Joseph Eagar
2009-08-19rearranged some code a bitJoseph Eagar
2009-08-12fixed some problems in weld, collapse, and collapse uvsJoseph Eagar
2009-08-11Brought Extrude all the way back. The contextual menu works,Joseph Eagar
2009-08-05bmeshafied the hide/reveal code. created a set of API functions for hiding/r...Joseph Eagar
2009-07-26bmeshafied edge rotate.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-18Ported over the delete key and fkey fully overJoseph Eagar
2009-06-02Added a matrix slot type for bmops. Coded a simple transformJoseph Eagar
2009-05-28Did some code cleanups. Added BM_ITER andJoseph Eagar
2009-05-26mesh DNA modficiations; two new structures added for storing ngons, MPoly and...Joseph Eagar
2009-03-23removed all those nasty enums from the operator api. yay! I'mJoseph Eagar
2009-03-16extrude region op now does wire vert extrudes tooJoseph Eagar
2009-03-14further code comments. used a somewhat minimilistic style for the function c...Joseph Eagar
2009-03-09fixed triangulator.Joseph Eagar
2009-03-09split bmesh_operators.h, added (some) docs in comments, and hopefully made it...Joseph Eagar