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-26 - added wave modifier & removed old wave effectDaniel Dunbar
2005-07-23 - added ModifierData flag, is modifier enabled in editmodeDaniel Dunbar
2005-07-23Killed silly modal PoseMode mode! :)Ton Roosendaal
2005-07-23 - added DerivedMesh.drawMapped{VertNormals,FaceNormals,FaceCenters}EMDaniel Dunbar
2005-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-17 - switch shadeDispList to always using DispListMesh fromDaniel Dunbar
2005-07-17 - convert mesh_modifier to return deformed verts instead ofDaniel Dunbar
2005-07-17 - converted draw_tfaces3d and bbs_mesh_solid to useDaniel Dunbar
2005-07-17 - added DirectMesh.getVert{Co,No} functionsDaniel Dunbar
2005-07-16More armature goodies;Ton Roosendaal
2005-07-15 - remove some redundant drawing codeDaniel Dunbar
2005-07-15 - switch em_{vert,solid,wire}offs to be unsignedDaniel Dunbar
2005-07-15 - added mesh_get_texspace (should be used instead of direct access)Daniel Dunbar
2005-07-14 - switch several instances of makeDispList to use more specific versionDaniel Dunbar
2005-07-14 - add mesh_get_bb function to return mesh boundbox and calc if neededDaniel Dunbar
2005-07-14 - switch to using DAG_object_flush_update instead of mesh_changedDaniel Dunbar
2005-07-14Bug reported by Guillaume LeCocqTon Roosendaal
2005-07-14New:Ton Roosendaal
2005-07-14Previous commit for Xray bones disabled selection of bones. Overlooked oneTon Roosendaal
2005-07-14 - Change DerivedMesh.drawSolidFaces setMaterial argument to returnDaniel Dunbar
2005-07-13Armature "XRay mode" now draws nicely with solid too. For it to work, ITon Roosendaal
2005-07-12Cleanup of Armature 3d drawing.Ton Roosendaal
2005-07-09 - add missing includes for lazy programmers who don't read error msgsDaniel Dunbar
2005-07-063D view orbit option: Around ActiveMartin Poirier
2005-07-03Result of 2 weeks of quiet coding work in Greece :)Ton Roosendaal
2005-06-18Fix drawing of text frames inside editmode, stupid error.Alexander Ewering
2005-06-18Initial commit for new text object.Alexander Ewering
2005-06-01Bug #2661Ton Roosendaal
2005-05-27Bug fix #2575Ton Roosendaal
2005-05-22 - stiffness circle of MetaElem isn't paint in Object mode nowJiri Hnidek
2005-05-03UI cleanup work;Ton Roosendaal
2005-05-02Added baking for softbodies.Ton Roosendaal
2005-04-29More stats-junk stuff!Ton Roosendaal
2005-04-28To please the stats-junkies: the "tech stat" drawing now displays allTon Roosendaal
2005-04-20* Brought over a 'mode' parameter to drawcircball to preventMatt Ebb
2005-04-14 - make sure object outline doesn't get drawn in faceselect modeDaniel Dunbar
2005-04-13 - fix for bug #2385, mesh outline wasn't drawing in potatoe modeDaniel Dunbar
2005-04-11 - It is possible to scale radius of MetaElem again.Jiri Hnidek
2005-04-10 - bug fix #2433, mesh not drawn correctly when only edgesDaniel Dunbar
2005-04-10 - made shadedisplist not free all object displist data...Daniel Dunbar
2005-04-04- Made SoftBody work with Particle Force Fields.Ton Roosendaal
2005-04-03 - hidden edges were being drawn when DRAWEDGES was offDaniel Dunbar
2005-04-02 - mesh was drawing edges underneath selected edges in optimal mode,Daniel Dunbar
2005-03-31 - adapt to reprototyping in BKE_DerivedMesh.hDaniel Dunbar
2005-03-30Bug in new drawing code; hack with storing stuff in editvertex->prev didTon Roosendaal
2005-03-30 - fix silly bug in mesh DerivedMesh tex drawing func (only was drawingDaniel Dunbar
2005-03-30 - strange drawing bug, wierd vertices were showing up (wrongDaniel Dunbar
2005-03-30 - made some DerivedMesh drawing functions more generic (take callbackDaniel Dunbar
2005-03-29 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar