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-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-03-25=bmesh=Joseph Eagar
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-02-10mesh.validate() now returns True if any corrections were made.Campbell Barton
2011-02-09BKE_mesh_validate() now corrects invalid meshes (optionally), added access fo...Campbell Barton
2011-02-09move validation into blender kernel so it can be called by internal modifier ...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-27ad-hoc test sys that can handle paint stuff. temporary.Joseph Eagar
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-04merge with trunk at r31523Joseph Eagar
2010-08-03set origin was setting surfaces as 2D curves, added dupli-group support using...Campbell Barton
2010-08-01bugfix'sCampbell Barton
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-03-09merge with trunk at r27259 and commit of a patch by anthony jones to fix msvc...Joseph Eagar
2010-03-08- Fixed trouble with rendering curves with disabled modifiers, which areSergey Sharybin
2010-03-05Constructive modifiers for curves and surfacesSergey Sharybin
2010-02-12correct fsf addressCampbell Barton
2010-01-28The Death Of Editmesh - Part 1Joseph Eagar
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
2009-11-03a bug fix and a compile fixJoseph Eagar
2009-11-01commit before doing some hefty shapekey change, will break compilationJoseph Eagar
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-10-22Shape KeysBrecht Van Lommel
2009-10-10added mesh to curve conversion (edge loops only)Campbell Barton
2009-09-12finished edgesplit, from face angle option now worksJoseph Eagar
2009-09-10editmode undo stores data as mesh dna now, instead of bmesh copies. also fix...Joseph Eagar
2009-08-31vpaint works with the new face structures, yay, though it probably still has ...Joseph Eagar
2009-05-26mesh DNA modficiations; two new structures added for storing ngons, MPoly and...Joseph Eagar
2009-05-23merge with 2.5 at r20307. note there were some python hacking necassary for ...Joseph Eagar
2009-05-18renamed BMTessMesh to BMEditMesh, did some more monkeywork, cleaned up the mo...Joseph Eagar
2009-04-11as per discussion with ton, the editmesh accessors now liveJoseph Eagar
2009-01-232.5: multiple small fixesBrecht Van Lommel
2009-01-22Brought back sculpt smooth brush. Also added a new brush flag for setting whe...Nicholas Bishop
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-12Added two UV features (Apricot request):Brecht Van Lommel
2008-03-07Normal map tangents are now not always averaged at vertices anymore,Brecht Van Lommel
2008-01-29Fix for bug #7965:Brecht Van Lommel
2007-12-27== Sculpt ==Nicholas Bishop
2007-12-11Fix for mirroring issues in particle mode, where the particles wereBrecht Van Lommel
2007-12-06Bugfix for mysteriously disappearing left eyeball. Bounding boxesBrecht Van Lommel
2007-12-05ParticlesBrecht Van Lommel
2007-11-05Mesh Deform ModifierBrecht Van Lommel
2007-09-18fixed copy between UV layers.Campbell Barton
2007-09-10UV Editing is now done in editmode rather then UV/Face Select mode.Campbell Barton