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-03-29 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar
2005-03-29Tiny error in Jiri's commit. Unselected meta elements needs the quat flag too...Martin Poirier
2005-03-29 - print # bytes to add on sizeerrorDaniel Dunbar
2005-03-29Removed comma at end of enumerator list to please fussy compiler.Stephen Swaney
2005-03-29Changed:Kent Mein
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 - Funny joke! Blender gave "Can't apply deform to shared mesh" errorDaniel Dunbar
2005-03-28 - renderer currently uses links into tface structures that actuallyDaniel Dunbar
2005-03-28 - Bug fix, accidentally broke deform for non subsurfs.Daniel Dunbar
2005-03-28 - switch some code to using BLI_strncpy (with right string lengths!)Daniel Dunbar
2005-03-28Shameless intrusive commit in Daniels beloved project! :)Ton Roosendaal
2005-03-28Fix stupid error in connected code.Martin Poirier
2005-03-28bug fix for #2096:Simon Clitherow
2005-03-28 - add bad level call stubs for bglBegin/bglVertex3fv/bglEndDaniel Dunbar
2005-03-28Cleanup of widget code;Ton Roosendaal
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 - removed old prototype (subsurf_optimal)Daniel 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-28 - added set_framebuffer_index_color (shortcut forDaniel Dunbar
2005-03-28add new file DerivedMesh.cStephen Swaney
2005-03-28 - non-optimal subsurf was drawing regular mesh facesDaniel Dunbar
2005-03-28Alright, this hopefully fixes some problems with the last transform commit.Martin Poirier
2005-03-28Transform was still prototyped as having only one parameter in transform.h. C...Martin Poirier
2005-03-28 - update NMesh.c to use DerivedMesh APIDaniel Dunbar
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-28Context parameter for Transform.Martin Poirier
2005-03-28Scary commit!Daniel Dunbar
2005-03-28NOTE: New file to be added to project filesDaniel Dunbar
2005-03-27Two small fixes in transform, committed so Martin can work...Ton Roosendaal
2005-03-27Button image file with transform iconsTon Roosendaal
2005-03-27Transform goodies;Ton Roosendaal
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-27Adding some docs for camera insertIpoKey additionsJohnny Matthews
2005-03-27New Bpy method: Camera.insertIpoKey()Stephen Swaney
2005-03-27 - lamp line was drawing in wrong locationDaniel Dunbar
2005-03-26 - shademodel wasn't being set correctly for normal mesh face drawDaniel Dunbar
2005-03-26 - remove some unused variables from cleanupDaniel Dunbar