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-12-07Orange request; Bones in Armature now have own layer settings.Ton Roosendaal
2005-11-12Particles now are generated from subsurfed coordinates.Ton Roosendaal
2005-08-24 - add option to drawMappedFaces to draw with colors (from tface or mcol)Daniel Dunbar
2005-08-22 - sillyness... added drawMappedEdges for meshDaniel Dunbar
2005-08-20 - convert all DerivedMesh map functions to use index basedDaniel Dunbar
2005-08-18 - added DerivedMesh.drawUVEdges function & implementationsDaniel Dunbar
2005-08-14 - cleaned up edge drawing a tad, there were issues with mesh'sDaniel Dunbar
2005-08-13 - readded Subsurf "optimal" edge drawing/renderingDaniel Dunbar
2005-08-09Big commit, had to rework lots of selection stuff so that thingsDaniel Dunbar
2005-08-07 - got rid of DerivedMesh.drawMappedEdgeEM function, can be implemented withDaniel Dunbar
2005-08-07 - add allowShared argument to DerivedMesh.convertToDispListMesh to allow ret...Daniel Dunbar
2005-08-07 - added editmhes_get_derived_base, used when a mesh with multiple usersDaniel Dunbar
2005-07-26 - added apply button for individual modifiersDaniel Dunbar
2005-07-23 - added DerivedMesh.drawMapped{VertNormals,FaceNormals,FaceCenters}EMDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-22 - add comments to BKE_DerivedMesh.h about which functions are called in edit...Daniel Dunbar
2005-07-22 - shuffled editmesh derived function name/functionDaniel Dunbar
2005-07-20 - for some reason mesh_create_derived_no_deform took the raw data (notDaniel Dunbar
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-18 - added DerivedMesh.getVertCos function and implementationsDaniel 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 DirectMesh.getVert{Co,No} functionsDaniel Dunbar
2005-07-17 - switch M_NMesh_GetRawFromObject to always get mesh data fromDaniel Dunbar
2005-07-17 - added dontFreeNors flag to DispListMesh as wellDaniel Dunbar
2005-07-14 - Change DerivedMesh.drawSolidFaces setMaterial argument to returnDaniel Dunbar
2005-04-04 - removed DispListMesh.{editedge,editface}Daniel 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 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar
2005-03-29 - added drawFacesTex function to DerivedMesh with implementationsDaniel Dunbar
2005-03-29 - zero DispListMesh.{editedge,editface} on copyDaniel 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-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