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
2009-06-092.50:Brecht Van Lommel
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2009-04-15Merging Shrinkwrap Constraint!Andre Susano Pinto
2009-01-072.5Ton Roosendaal
2009-01-042.5 / CleanupNathan Letwory
2009-01-042.5Ton Roosendaal
2009-01-022.5Ton Roosendaal
2008-12-312.5Ton Roosendaal
2008-09-05svn merge -r 16320:16369 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-08-05svn merge -r 15800:15973 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Daniel Genrich
2008-07-29Game Engine: alpha blending and sortingBrecht Van Lommel
2008-07-28Phase1: fluidsim obstacles/control objects are grabbed from the specific posi...Daniel Genrich
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-26made editmode face copy menu appier with when there is no active face (withou...Campbell Barton
2007-11-27ParticlesBrecht Van Lommel
2007-10-31New feature:Ton Roosendaal
2007-09-25made active vert/edge/face draw properly with modifiers applied and made thei...Campbell Barton
2007-07-29Armature CrazySpace ImprovementBrecht Van Lommel
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-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-11Added custom face data support in edit mode. The code used to do this isBrecht Van Lommel
2006-09-17added mesh_create_derived_view(ob) to DerivedMesh.cCampbell Barton
2006-09-03Animation department feature request: support for vertex groups in LatticesTon Roosendaal
2006-08-28Integration of the Google Summer of Code Modifier Stack Upgrade project. TheBen Batt
2006-03-11Fix for bug #3802: Display problems with modifiers and uv face selectBrecht Van Lommel
2006-02-09Seam Cutting in Faceselect Mode:Brecht Van Lommel
2005-12-07Orange request; Bones in Armature now have own layer settings.Ton Roosendaal
2005-11-12Particles now are generated from subsurfed coordinates.Ton Roosendaal
2005-08-24 - add option to drawMappedFaces to draw with colors (from tface or mcol)Daniel Dunbar
2005-08-22 - sillyness... added drawMappedEdges for meshDaniel Dunbar
2005-08-20 - convert all DerivedMesh map functions to use index basedDaniel Dunbar
2005-08-18 - added DerivedMesh.drawUVEdges function & implementationsDaniel Dunbar
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-09Big commit, had to rework lots of selection stuff so that thingsDaniel Dunbar
2005-08-07 - got rid of DerivedMesh.drawMappedEdgeEM function, can be implemented withDaniel Dunbar
2005-08-07 - add allowShared argument to DerivedMesh.convertToDispListMesh to allow ret...Daniel Dunbar
2005-08-07 - added editmhes_get_derived_base, used when a mesh with multiple usersDaniel Dunbar
2005-07-26 - added apply button for individual modifiersDaniel Dunbar
2005-07-23 - added DerivedMesh.drawMapped{VertNormals,FaceNormals,FaceCenters}EMDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-22 - add comments to BKE_DerivedMesh.h about which functions are called in edit...Daniel Dunbar
2005-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-07-20 - for some reason mesh_create_derived_no_deform took the raw data (notDaniel Dunbar
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-18 - added DerivedMesh.getVertCos function and implementationsDaniel Dunbar
2005-07-17 - convert mesh_modifier to return deformed verts instead ofDaniel Dunbar
2005-07-17 - added DerivedMesh.getMinMax function (calls DO_MINMAX on all vertices)Daniel Dunbar