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-06Fix [#30832] Weight on Bevel modifier has no effect for edges with weight.Francisco De La Cruz
2012-03-27Partial fix for bug 30695, "Array broke crease, weird visibility and slowdown"Nicholas Bishop
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-11remove Object member from BMesh struct - was only used for undo and BMEditMes...Campbell Barton
2012-03-10picky changes to mouse cursor text selection behavior, previously as soon as ...Campbell Barton
2012-03-06Actual fix for mango files crashes on loadSergey Sharybin
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02bmmesh api - use struct rather than int[4] to initialize mesh sizes.Campbell Barton
2012-02-28bmesh code cleanup - remove most of BKE_bmesh and remove BKE_bmeshCustomData.h.Campbell Barton
2012-02-12bmesh minor refactorCampbell Barton
2012-02-12rename CDDM_To_BMesh to DM_to_editbmesh, since theres no requirement forCampbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-11mode bmesh include cleanup, remove unused file too.Campbell Barton
2012-02-11include cleanupCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2012-02-10Style CleanupCampbell Barton
2012-02-07Style Cleanup:Campbell Barton
2012-01-23replace BLI_array_growone() with BLI_array_growitems() when the size of the i...Campbell Barton
2012-01-23disable re-tesselation for modifiers that use bmesh, array/bevel/edge split -...Campbell Barton
2012-01-20minor warning/fixesCampbell Barton
2011-12-01error in recent commit Campbell Barton
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