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-28initial merge of bmesh customdata layer code into trunk, ifdef'd out for now ...Campbell Barton
2011-12-28make MOD_dynamicpaint.c use more typical gpl2+ text and some formatting edits...Campbell Barton
2011-12-28minor changes from bmesh into trunkCampbell Barton
2011-12-11remove unused function, found when syncing with bmesh, also remove/comment so...Campbell Barton
2011-12-04remove mesh PartialVisibility, it wasnt being version patches or used anywher...Campbell Barton
2011-12-01- remove redundant line in makesdna pointed out by 'troubled' in IRCCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2011-02-16synched with trunk at revision 34793Nick Samarin
2011-02-07remove mat_nr from MVert struct, saves 4 bytes per vertex.Campbell Barton
2010-07-30- moved navmesh conversion code to ED_Editors project (ED_navmesh_conversion....Nick Samarin
2010-02-12correct fsf addressCampbell Barton
2009-12-21Solidify modifier for Durian (allow cloth sim on single layer and make solid ...Campbell Barton
2009-11-04Sculpt: updating normals now no longer uses the vert-face map, to save memory.Brecht Van Lommel
2009-07-132.5Brecht Van Lommel
2009-06-162.5: Image EditorBrecht Van Lommel
2009-01-06Got rid of old multires code, brought in multires modifier from Nicholas Bishop
2008-12-202.5 BLI_blenlib cleanupAndrea Weikert
2008-09-02-> Fix for 64 bit alignment of Vertex colors in bmeshGeoffrey Bantle
2008-07-29Game Engine: alpha blending and sortingBrecht Van Lommel
2008-07-04-> Vertex Group support for bevel (editmode only)Geoffrey Bantle
2008-06-09adding clip alpha (binary alpha) to the 3D view and game engine.Campbell Barton
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
2008-02-09== Multires ==Nicholas Bishop
2007-11-27ParticlesBrecht Van Lommel
2007-09-22added an active face for the mesh editmode and normal mesh - this is needed b...Campbell Barton
2007-07-19added commends to some DNA_*.h files - as well as some TODO's for removal.Campbell Barton
2007-06-11== Multires ==Nicholas Bishop
2007-06-10== Multires ==Nicholas Bishop
2007-06-04-> Custom Properties for Mesh entitiesGeoffrey Bantle
2007-06-01== Multires ==Nicholas Bishop
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-04-10Found a bug where "make dupes real" would crash, when the group was an extter...Campbell Barton
2007-01-22== Multires ==Nicholas Bishop
2007-01-10A few cleanups for multires (removed commented-out code, unused variables), a...Nicholas Bishop
2007-01-10Large fix for multires. Changed UV coordinates (MTFaces) to be special first-...Nicholas Bishop
2007-01-05Retyped texcolfaces.tex_page to match MTFace.Nicholas Bishop
2006-12-31Added propagation of the edge seam flag for multires. Note that the flag is o...Nicholas Bishop
2006-12-20As Brecht suggested, changed multires vert maps to use one big chunk of memor...Nicholas Bishop
2006-12-11Do a better job of propagating face data in multires, including flags and mat...Nicholas Bishop
2006-12-05Damn! Commit for render passes in wrong dir....Ton Roosendaal
2006-12-03Modified multires to use CustomData for deformedverts. Deformedverts now load...Nicholas Bishop
2006-11-20Added custom vertex/edge/face data for meshes:Brecht 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-04-03-> Stored Selections in Mesh DNAGeoffrey Bantle
2006-02-09Seam Cutting in Faceselect Mode:Brecht Van Lommel