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
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-01removed blenderdef.h, BIF_*, BDR_* and BSE_* header files (except for BIF_gl....Campbell Barton
2007-12-29Ported over the bad-level cleanup from Chris for Sculpt.Ton Roosendaal
2007-12-23Fixed bug #7981, Crash with multiresNicholas 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-10-23ConvertToMesh for text ( and possibly curves ) was generating the wrong norma...Mal Duffin
2007-09-10UV Editing is now done in editmode rather then UV/Face Select mode.Campbell Barton
2007-06-01== Multires ==Nicholas Bishop
2007-05-28fix for a crash in Blender.Mesh,Campbell Barton
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-04-14== Multires ==Nicholas Bishop
2007-04-04moved source and text to american spellingCampbell Barton
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-02-09Bugfix:Ton Roosendaal
2007-01-22* move two expressions after declarations in their blocks. Compiles again wit...Nathan Letwory
2007-01-22= Multires =Nicholas Bishop
2007-01-16Fixed a memory leak caused by using sculptmode's partial visibility on a mesh...Nicholas Bishop
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-12-03Better integration of multires with editmode. Setting/adding levels no longer...Nicholas Bishop
2006-12-01Added a copy function for multires; duplicating a mesh with multires now work...Nicholas Bishop
2006-11-23Fix for bug #5288:Brecht Van Lommel
2006-11-20Fix for a missing check for NULL face data in test_index_face in myBrecht Van Lommel
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-08Modified the way booleans preserve face data, and cleaned up someBrecht Van Lommel
2006-11-06Merged Google Summer of Code sculptmode/multires/retopo tools.Nicholas Bishop
2006-11-04Bugfix #5154Ton Roosendaal
2006-10-16Bugfix #5090Ton Roosendaal
2006-09-12Bugfix #4979: unlinking mesh obdata which has shape keys was not decrementingKen Hughes
2006-08-20Huge commit: VERSEJiri Hnidek
2006-05-11-> Fix for Bug #4167Geoffrey Bantle
2006-05-10Bugfix #4175Ton Roosendaal
2006-04-04Fix some warning for unsigned vs signed comparisons.Ken Hughes
2006-02-19Warning fix in subsurf_ccg.c. Also changed subsurf UV vertex and edgeBrecht Van Lommel
2006-01-10Apply Subsurf to UV's.Brecht Van Lommel
2005-09-22More properly coded version for adding edges... now only do_versions()Ton Roosendaal
2005-09-22Bugfix #3077Ton Roosendaal
2005-09-03Saturday morning first cup of coffee hack (yeah, its a lateDaniel Dunbar
2005-08-31 - mesh_strip_loose_faces was completely wrong, dunno what I was on...Daniel Dunbar
2005-08-21 - bug fix, last edge wasn't flagged correctly on make_edgesDaniel Dunbar
2005-08-21 - added mesh_strip_loose_faces, works in conjunction with make_edgesDaniel Dunbar
2005-08-20 - made make_edge mark edges with LOOSEEDGE appropriatelyDaniel Dunbar
2005-08-20 - convert all DerivedMesh map functions to use index basedDaniel Dunbar
2005-08-13 - texcomesh used wrong texture space (should use the texcomesh objectDaniel Dunbar
2005-08-13 - readded Subsurf "optimal" edge drawing/renderingDaniel Dunbar
2005-08-12 - remove some silly array copying code for nurb displist generationDaniel Dunbar
2005-07-28 - update storage.c to use standard time codes (should fix issueDaniel Dunbar