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
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-19 - ditch mesh_uses_displistDaniel Dunbar
2005-07-18 - minor warning fixDaniel Dunbar
2005-07-18 - added DerivedMesh.getVertCos function and implementationsDaniel Dunbar
2005-07-18 - removed orco pointer from struct MeshDaniel Dunbar
2005-07-18 - added boundbox_set_from_min_max functionDaniel Dunbar
2005-07-18 - replace displistmesh_calc_normals by mesh_calc_normalsDaniel Dunbar
2005-07-17 - switch shadeDispList to use DLM face normals if availableDaniel Dunbar
2005-07-17 - switch shadeDispList to always using DispListMesh fromDaniel Dunbar
2005-07-17 - removed unused DL_TRIA typeDaniel 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
2005-07-17 - added dontFreeNors flag to DispListMesh as wellDaniel Dunbar
2005-07-17 - added dontFreeVerts and dontFreeOther flags to displistmesh forDaniel Dunbar
2005-07-16More armature goodies;Ton Roosendaal
2005-07-16 - removed makeDispList, set_displist_onlyzeroDaniel Dunbar
2005-07-15 - added mesh_get_texspace (should be used instead of direct access)Daniel Dunbar
2005-07-15 - incremental subsurf calc in mesh_changed didn't actually make sureDaniel Dunbar
2005-07-14 - make mesh_changed invalidate the mesh boundbox as wellDaniel 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-07-03Result of 2 weeks of quiet coding work in Greece :)Ton Roosendaal
2005-06-18- Fix a few warningsAlexander Ewering
2005-06-18Initial commit for new text object.Alexander Ewering
2005-06-11Typo in fastshade() giving wrong colors for shadeless objects withAlexander Ewering
2005-06-06Changed test for (me->flag&ME_SUBSURF) intoTon Roosendaal
2005-05-27Bug fix #2629Ton Roosendaal
2005-05-21Bug fix #2591Ton Roosendaal
2005-05-02Added baking for softbodies.Ton Roosendaal
2005-04-17Patch submitted by Jorge Bernal (lordloki) and Jonathan Merritt.Ton Roosendaal
2005-04-10 - made shadedisplist not free all object displist data...Daniel Dunbar
2005-04-04 - removed DispListMesh.{editedge,editface}Daniel Dunbar
2005-04-03Added more dependencies to softbody, for correct recalcTon Roosendaal
2005-03-31 - removed USE_CCGSUBSURF define (always on now)Daniel Dunbar
2005-03-30 - added dlm->medge for displistmesh_from_meshDaniel Dunbar
2005-03-30 - add editedge and editface for displistmesh_from_editmeshDaniel Dunbar
2005-03-29 - removed dlm->flagDaniel Dunbar
2005-03-29 - remove free_displist_by_typeDaniel Dunbar
2005-03-29 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar
2005-03-29 - fix shadedisplist to use derivedmeshDaniel Dunbar
2005-03-29 - zero DispListMesh.{editedge,editface} on copyDaniel Dunbar
2005-03-28 - Bug fix, accidentally broke deform for non subsurfs.Daniel Dunbar
2005-03-28 - subsurf creation no longer needs extverts argument... removedDaniel Dunbar
2005-03-28 - added nors to DispListMesh (for face normals)... this is just toDaniel Dunbar
2005-03-28 - added DerivedMesh convertToDispListMesh function with implementations,Daniel Dunbar
2005-03-24Bug fix #2337Ton Roosendaal
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-01-13big softbody commitJens Ole Wund
2004-12-27Biiig commit! Thanks to 2-3 weeks of cvs freeze...Ton Roosendaal
2004-12-15Fix for #2017Ton Roosendaal