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
2007-01-06Fix for multires: prevent mesh separate operation.Nicholas Bishop
2007-01-04Fixed bug #5592, change from sculpt mode to edit mode crashes 2.43RC1 on OsX ...Nicholas Bishop
2006-12-30Hopefully fixed bug #5437, sculpt - seam selection flushing eats lots of ram ...Nicholas Bishop
2006-12-21Added names to UV and vertex color layers, and display them as a list.Brecht Van Lommel
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-12-03Better integration of multires with editmode. Setting/adding levels no longer...Nicholas Bishop
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-15Bugfix #5230Ton Roosendaal
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-07->Commit of patch #5132: Separate by materialGeoffrey Bantle
2006-11-06Merged Google Summer of Code sculptmode/multires/retopo tools.Nicholas Bishop
2006-09-28-> Enter/Exit editmode wait cursor flagsGeoffrey Bantle
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt
2006-08-20Huge commit: VERSEJiri Hnidek
2006-05-16-> Sanity Check for Stored SelectionsGeoffrey Bantle
2006-05-02editmesh's seperate was crashing because the em->selected wasnt being flushed...Campbell Barton
2006-04-09Bugfix #3778Ton Roosendaal
2006-04-09Bugfix #3840Ton Roosendaal
2006-04-03-> Stored Selections in Mesh DNAGeoffrey Bantle
2006-04-02Bugfix #4051Ton Roosendaal
2006-03-27-> Stored SelectionsGeoffrey Bantle
2006-02-22[Two Sections here; First is the log that *should* have been includedGeoffrey Bantle
2006-02-14Modified Files:Geoffrey Bantle
2006-01-04Orange; merger with bf-blender.Ton Roosendaal
2006-01-03As positively recieved on the mailing list and irc (and blessed byChris Want
2006-01-02Changed adduplicate() to take the dupflags as an argument. so faking the Alt ...Campbell Barton
2005-12-19Orange: monday merger with bf-blender (loadsa bugfixes).Ton Roosendaal
2005-12-18* Updates for missing menu itemsMatt Ebb
2005-12-01True X-mirror mesh editing!Ton Roosendaal
2005-11-28Bugfix; using vertex+edge select in Mesh editmode, didn't restore selectionTon Roosendaal
2005-11-21Fix #3064Ton Roosendaal
2005-09-26Cleanup and new features for vertex keys.Ton Roosendaal
2005-09-23Bug report #3092Ton Roosendaal
2005-08-25Making compiler happy;Ton Roosendaal
2005-08-21 - edge draw experiment didn't turn out to be useful, removed and revertedDaniel Dunbar
2005-08-21 - added mesh_strip_loose_faces, works in conjunction with make_edgesDaniel Dunbar
2005-08-20 - convert all DerivedMesh map functions to use index basedDaniel Dunbar
2005-08-19Armature "Envelope" editing.Ton Roosendaal
2005-08-17- New feature: shift+ctrl+t in Mesh editmode splits quads in exact oppositeTon Roosendaal
2005-08-16Weight Paint & Vertex Paint goodies;Ton Roosendaal
2005-08-14 - cleaned up edge drawing a tad, there were issues with mesh'sDaniel Dunbar
2005-08-13 - readded Subsurf "optimal" edge drawing/renderingDaniel Dunbar
2005-08-11 - added modifiers_getVirtualModifierList, returns pointer to first modifierDaniel Dunbar
2005-08-11 - bug fix, hook deform could crash because old files can have hookDaniel Dunbar
2005-08-10 - bug fix, face center drawing was wrong for editmeshDaniel Dunbar
2005-08-08Bugfix #2871Ton Roosendaal
2005-07-23 - change mesh_calc_normals to set vertices with len(no)==0Daniel Dunbar
2005-07-23 - removed mface->puno flags, was only used to flip normals in displayDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar