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-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
2005-07-14 - add mesh_get_bb function to return mesh boundbox and calc if neededDaniel Dunbar
2005-07-14 - split makeDispList into makeDispList{Mesh,MBall,CurveTypes}, there isDaniel Dunbar
2005-03-26 - integrated get_mvert_weight and color_temperatureDaniel Dunbar
2004-07-09Quite a large one this time... but now we have:Ton Roosendaal
2004-03-21 - added editmesh_[de]select_by_material functionDaniel Dunbar
2004-01-08 - removed duplicate flags from BKE_mesh.hDaniel Dunbar
2003-03-24Oops, forgot to use 'struct Mesh' in prototype.Daniel Dunbar
2003-03-24Added a mesh_calculate_vertex_normals function for rebuilding the normalsDaniel Dunbar
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
2002-10-12Initial revisionv2.25Hans Lambermont