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-28code cleanup: remove editmesh code left hanging around thats already been por...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-13Remove vestigial retopo/retopo-paint code.Nicholas Bishop
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2010-09-28bugfix [#24040] loop select -> delete edge loop crashes blenderCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-10-22Shape KeysBrecht Van Lommel
2009-07-132.5Brecht Van Lommel
2009-01-152.5Ton Roosendaal
2009-01-042.5 / CleanupNathan Letwory
2009-01-022.5Ton Roosendaal
2009-01-012.5Ton Roosendaal
2008-12-302.5Ton Roosendaal
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-02-24-> Bevel tools and Bmesh kernelGeoffrey Bantle
2007-09-27Improve consistency in editmesh tmp unions.Martin Poirier
2007-09-22added an active face for the mesh editmode and normal mesh - this is needed b...Campbell Barton
2007-06-04-> Custom Properties for Mesh entitiesGeoffrey Bantle
2007-01-27== Retopo ==Nicholas Bishop
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-11-12Added custom vertex data support to editmode. Only used for vertex groupsBrecht Van Lommel
2006-11-11Added custom face data support in edit mode. The code used to do this isBrecht Van Lommel
2006-11-06Merged Google Summer of Code sculptmode/multires/retopo tools.Nicholas Bishop
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt
2006-08-20Huge commit: VERSEJiri Hnidek
2006-03-27-> Stored SelectionsGeoffrey Bantle
2006-03-26Made group work from multiple selection's (before it used the first selected ...Campbell Barton
2006-02-14Modified Files:Geoffrey Bantle
2006-01-03As positively recieved on the mailing list and irc (and blessed byChris Want
2005-12-30With the royal blessing of guitarGeek, I commit the sharp/flat meshChris Want
2005-08-09Big commit, had to rework lots of selection stuff so that thingsDaniel Dunbar
2005-07-23 - removed mface->puno flags, was only used to flip normals in displayDaniel Dunbar
2005-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-04-04 - removed DispListMesh.{editedge,editface}Daniel Dunbar
2005-03-31 - removed USE_CCGSUBSURF define (always on now)Daniel Dunbar
2004-10-01Recoded how 'handles' were implemented; these were extra wireframe edgesTon Roosendaal
2004-09-24New: Fake Polygons, or Face-polygons, or FGons nicked for now.Ton Roosendaal
2004-09-24- basic code for fake-polygon support (called FGon in code). Disabled nowTon Roosendaal
2004-09-24EditMesh refactory + undo recodeTon Roosendaal
2004-09-19Evil commit! Nothing really changed except;Ton Roosendaal
2004-07-13Added LSCM UV Unwrapping:Brecht Van Lommel
2004-07-09Quite a large one this time... but now we have:Ton Roosendaal
2004-03-28 - replaced G.{edve,eded,edvl} with G.editMesh, atm just a structure toDaniel Dunbar
2003-12-08A fix so that verts can be added or removed from a mesh with vertex keysChris Want
2003-11-20Fix for undo... it didn't do the UV coords (tface) nor the vertexpaintTon Roosendaal
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein