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-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-09-10Bugfix [#17594] separated mesh crashDaniel Genrich
2008-09-09Bugfix for [#17329] Bevel Weights are lost after SubsurfDaniel Genrich
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
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
2008-03-07Normal map tangents are now not always averaged at vertices anymore,Brecht Van Lommel
2008-02-18Fix for bug #8052: particle emit from verts and volume didn't supportBrecht Van Lommel
2008-02-13Render SimplificationBrecht Van Lommel
2007-09-25made active vert/edge/face draw properly with modifiers applied and made thei...Campbell Barton
2007-09-22added an active face for the mesh editmode and normal mesh - this is needed b...Campbell Barton
2007-09-22made draw shadow work as it used to (I didnt understand at first that this wa...Campbell Barton
2007-08-28Another fix for the editmode textured draw commit, subsurf vertex colorBrecht Van Lommel
2007-08-28Textured drawing in Edit ModeBrecht Van Lommel
2007-07-28Bone Heat WeightingBrecht Van Lommel
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-12-07Fix for bug #5177: EdgeSplit modifier mode "From Flag" doesn't show sharpBen Batt
2006-12-05Modifier Stack: Limit calculation to required data.Ben Batt
2006-11-26Fix for bug #5308:Brecht Van Lommel
2006-11-20* remove a stray ; and place a declaration before any actual code. msvc8 was ...Nathan Letwory
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-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-19Warning fix in subsurf_ccg.c. Also changed subsurf UV vertex and edgeBrecht Van Lommel
2006-02-09Seam Cutting in Faceselect Mode:Brecht Van Lommel
2006-01-13Subsurf UV crasher fix - thanks Malefico and Matthew for test files.Brecht Van Lommel
2006-01-10MSVC compile error fix for subsurf UV.Brecht Van Lommel
2006-01-10Apply Subsurf to UV's.Brecht Van Lommel
2005-10-10 - silly test inversion, thanks to Stephan Kassemeyer for noticingDaniel Dunbar
2005-10-09 - bug fix for #2948, made ccgSubSurf bail (completely) when it encountersDaniel Dunbar
2005-08-25Making compiler happy;Ton Roosendaal
2005-08-24 - add option to drawMappedFaces to draw with colors (from tface or mcol)Daniel Dunbar
2005-08-23 - subsurf getVertCos returned verts in wrong order sinceDaniel Dunbar
2005-08-22 - sillyness... added drawMappedEdges for meshDaniel 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-18 - added DerivedMesh.drawUVEdges function & implementationsDaniel Dunbar
2005-08-17 - bug fix, free bake didn't workDaniel Dunbar
2005-08-15EditMode armature: mirrored editing feature.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-09Big commit, had to rework lots of selection stuff so that thingsDaniel Dunbar
2005-08-08 - added VecLerpf to blenlibDaniel Dunbar
2005-08-07 - bug fix, need to check mapped verts/edges/faces are non-NULL beforeDaniel 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-03 - change modifier applyModifier[EM] function to not free derived argumentDaniel Dunbar
2005-07-23 - added ModifierData flag, is modifier enabled in editmodeDaniel Dunbar