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
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-10move NavMesh draw code out of being a modifier and into DerivedMesh drawing h...Campbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-04-26fix [#27178] Material links lost when making mesh data localCampbell Barton
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-02-10mesh.validate() now returns True if any corrections were made.Campbell Barton
2011-02-09BKE_mesh_validate() now corrects invalid meshes (optionally), added access fo...Campbell Barton
2011-02-09move validation into blender kernel so it can be called by internal modifier ...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-03set origin was setting surfaces as 2D curves, added dupli-group support using...Campbell Barton
2010-08-01bugfix'sCampbell Barton
2010-03-08- Fixed trouble with rendering curves with disabled modifiers, which areSergey Sharybin
2010-03-05Constructive modifiers for curves and surfacesSergey Sharybin
2010-02-12correct fsf addressCampbell Barton
2009-10-22Shape KeysBrecht Van Lommel
2009-10-10added mesh to curve conversion (edge loops only)Campbell Barton
2009-04-11as per discussion with ton, the editmesh accessors now liveJoseph Eagar
2009-01-232.5: multiple small fixesBrecht Van Lommel
2009-01-22Brought back sculpt smooth brush. Also added a new brush flag for setting whe...Nicholas Bishop
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-12Added two UV features (Apricot request):Brecht Van Lommel
2008-03-07Normal map tangents are now not always averaged at vertices anymore,Brecht Van Lommel
2008-01-29Fix for bug #7965:Brecht Van Lommel
2007-12-27== Sculpt ==Nicholas 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-09-18fixed copy between UV layers.Campbell Barton
2007-09-10UV Editing is now done in editmode rather then UV/Face Select mode.Campbell Barton
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
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-03Saturday morning first cup of coffee hack (yeah, its a lateDaniel 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-07-23 - removed mface->puno flags, was only used to flip normals in displayDaniel Dunbar
2005-07-22 - moved mesh_getVertexCos to mesh.c and prototypedDaniel Dunbar
2005-07-19 - ditch mesh_uses_displistDaniel Dunbar
2005-07-18 - removed orco pointer from struct MeshDaniel Dunbar
2005-07-18 - replace displistmesh_calc_normals by mesh_calc_normalsDaniel Dunbar
2005-07-15 - decided it made more sense to make a key_get_active function, switchedDaniel Dunbar
2005-07-15 - more signedness warning fixes in editsimaDaniel Dunbar
2005-07-15 - added mesh_get_texspace (should be used instead of direct access)Daniel Dunbar