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-04-02Integration stage of Softbody projectTon Roosendaal
2005-04-01 - bug fix for old subsurf, crash when using meshes with free verticesDaniel Dunbar
2005-04-01 - part of creasing changesDaniel Dunbar
2005-04-01 - apply spike crease bug fix to ccgsubsurfDaniel Dunbar
2005-04-01 - take out compile time conditional behavior of creasing for ccgDaniel Dunbar
2005-03-31 - potential fix for crash on amd64Daniel Dunbar
2005-03-31 - switch to drawing aging in and out of optimal modeDaniel Dunbar
2005-03-31 - disable overriding color (to show aging) during selection drawingDaniel Dunbar
2005-03-31 - fix warnings for gccDaniel Dunbar
2005-03-31 - adapt caching check for G.editMesh->derivedDaniel Dunbar
2005-03-31 - removed USE_CCGSUBSURF define (always on now)Daniel Dunbar
2005-03-31 - fix some signed/unsigned comparison warningsDaniel Dunbar
2005-03-30 - zero derived and decimated pointers on copyDaniel Dunbar
2005-03-30 - added dlm->medge for displistmesh_from_meshDaniel Dunbar
2005-03-30 - Claims of speed improvement last night were slightlyDaniel Dunbar
2005-03-30 - initial commit of a real (as in not just copying the DispListMesh)Daniel Dunbar
2005-03-30 - add editedge and editface for displistmesh_from_editmeshDaniel Dunbar
2005-03-30 - fix another minor use of wrong mface bugDaniel Dunbar
2005-03-30 - fix silly bug in mesh DerivedMesh tex drawing func (only was drawingDaniel Dunbar
2005-03-30 - made some DerivedMesh drawing functions more generic (take callbackDaniel 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 - it is possible to rotate with MetaBalls in edit mode nowJiri Hnidek
2005-03-29 - simplify extverts handlingDaniel Dunbar
2005-03-29 - added drawFacesTex function to DerivedMesh with implementationsDaniel Dunbar
2005-03-29 - fix shadedisplist to use derivedmeshDaniel Dunbar
2005-03-29 - zero DispListMesh.{editedge,editface} on copyDaniel Dunbar
2005-03-29 - added mesh_get_derived_renderDaniel Dunbar
2005-03-28 - Bug fix, accidentally broke deform for non subsurfs.Daniel Dunbar
2005-03-28Shameless intrusive commit in Daniels beloved project! :)Ton Roosendaal
2005-03-28 - add bad level call stubs for bglBegin/bglVertex3fv/bglEndDaniel 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 getMappedVertCoEM and drawMappedVertEM to DerivedMesh withDaniel Dunbar
2005-03-28 - added drawMapped{Verts,Edges,Faces}EMSelect calls to DerivedMesh withDaniel Dunbar
2005-03-28 - added mesh_get_cage_derived (returns appropriate DerivedMeshDaniel Dunbar
2005-03-28add new file DerivedMesh.cStephen Swaney
2005-03-28 - added DerivedMesh convertToDispListMesh function with implementations,Daniel Dunbar
2005-03-28 - added drawMappedEdgeEM function to DerivedMesh with implementationsDaniel Dunbar
2005-03-28 - added getNum{Verts,Faces} accessors to DerivedMesh with implementationsDaniel Dunbar
2005-03-28NOTE: New file to be added to project filesDaniel Dunbar
2005-03-27 - everyone loves prototypesDaniel Dunbar
2005-03-27 - one last CCG warning patchDaniel Dunbar
2005-03-27 - more warning removal/cleanup for CCG, apparently GCC is notDaniel Dunbar
2005-03-27 - get rid of some warnings in CCG code, thanks lukepDaniel Dunbar
2005-03-26 - integrated get_mvert_weight and color_temperatureDaniel Dunbar
2005-03-26 - made give_mesh_mvert staticDaniel Dunbar
2005-03-24Bug fix #2337Ton Roosendaal
2005-03-23Fix for bug #1444Daniel Dunbar