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-08-09Multires doesn't update itself outside of sculptmode now, so switching levels...Nicholas Bishop
2008-08-09Cleanup and refactoring. Removed some duplicate code.Nicholas Bishop
2008-07-27Somewhat hacky support for undo in sculptmode; does a copy of MVert DerivedMe...Nicholas Bishop
2008-07-25Removed some unneeded data copies made in MultiresDM.Nicholas Bishop
2008-07-25Removed some unused data/functions from the MultiresDMNicholas Bishop
2008-07-25Minor cleanup of some unused multires dataNicholas Bishop
2008-07-20Updating for all multires levels should work now.Nicholas Bishop
2008-07-19More progress with subdividing disps for editing the inbetween levels.Nicholas Bishop
2008-07-12* Turned off multires updates if mode isn't sculptmodeNicholas Bishop
2008-06-23Merge with trunk (r15316)Nicholas Bishop
2008-06-22Vertices in the base mesh now get displaced.Nicholas Bishop
2008-06-21Displacements over subdivided edges work correctly now (both for display and ...Nicholas Bishop
2008-06-19Big commit with initial support for sculpting of meshes with the multires mod...Nicholas Bishop
2008-06-09Revision 15045 merged from apricotMartin Poirier
2008-02-24Fix for a recent bugfix, could crash automatic vertex weighting,Brecht Van Lommel
2008-02-24-> Bevel tools and Bmesh kernelGeoffrey Bantle
2008-02-21Fix for bug #8321: crash with fluidsim in shaded draw mode.Brecht Van Lommel
2007-11-27ParticlesBrecht Van Lommel
2007-04-29dont use tface hide or select anymore, since maintaining 2 sets of hide/selec...Campbell Barton
2007-04-27- support for fake verse edges (subsurf modifier should work now)Jiri Hnidek
2007-04-04moved source and text to american spellingCampbell Barton
2007-01-09Fix for bug #5606:Brecht Van Lommel
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-11-23Bugfix: added ORIGINDEX layer in CDDM_calc_edges, this could crash someBrecht Van Lommel
2006-11-21Step one in migrating to use glArray calls in BlenderTon Roosendaal
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-13Fix for bug #5220: crash on edgeloop delete.Brecht Van Lommel
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-10-27Fixed all gcc 4 warnings in blenkernel. Found 2 potentially harmfulBrecht Van Lommel
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt