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-12-01split BMFlags_To_MEFlags & MEFlags_To_BMFlags into type specific calls, since...Campbell Barton
2011-11-29More DM func renames, this one includes renames of the function pointer membe...Andrew Wiggin
2011-11-01use char for BMHeader type and flag (saves 2 bytes per edge/loop/vertex/face)Campbell Barton
2011-10-25remove $Id from headersCampbell Barton
2011-09-12fix for error copying normals in CDDM_To_BMesh, was copying short -> float wi...Campbell Barton
2011-06-24Fix for a crash:Geoffrey Bantle
2011-06-14=bmesh=Joseph Eagar
2011-05-09moved more minor changes across from trunk, fixed some incorrect merges and r...Campbell Barton
2011-05-09more syncing with trunk, also cleared many warnings with gcc4.6Campbell Barton
2011-03-29=bmesh=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-11-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-09-18part 1 of cleaning up my little array macro library to be a formal API. also...Joseph Eagar
2009-09-16merge with 2.5/trunk at r23271Joseph Eagar
2009-09-15mirror fix attempt 2Joseph Eagar
2009-09-15mirror modifier with mirrorob set works properly (I hope) againJoseph Eagar
2009-09-15made subsurf object mode conversion faster, though still needs a bit more workJoseph Eagar
2009-09-10another optimization pass. biggest change is MDeformGroup->dw is now allocat...Joseph Eagar
2009-09-09gcc compile tweakJoseph Eagar
2009-09-09gcc compile fixJoseph Eagar
2009-09-09finished removedoubles, and inlined a bunch of functions.Joseph Eagar
2009-09-05part one of profiling/optimizing. made cddm not update tesselations itself i...Joseph Eagar
2009-08-31brought weight paint back.Joseph Eagar
2009-08-25subsurf works now! YES! take *that* subsurf_ccg.cscons/scons.py BF_QUICK=bf_p...Joseph Eagar
2009-08-22Shift-G (select similar) is now bmeshafied for face select mode.Joseph Eagar
2009-08-19rearranged some code a bitJoseph Eagar
2009-07-26replaced use of bmesh tesselator with scanfill when leaving edtmode and gener...Joseph Eagar
2009-07-24uv texture (though not glsl) works now. also fixed some bugs. still some is...Joseph Eagar
2009-07-17mirror modifier is now feature-complete, though not all features can be teste...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