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-18 - added DerivedMesh.getVertCos function and implementationsDaniel Dunbar
2005-07-18Two small fixes (armatures);Ton Roosendaal
2005-07-18 - removed orco pointer from struct MeshDaniel Dunbar
2005-07-18 - added boundbox_set_from_min_max functionDaniel Dunbar
2005-07-18Made action constraints to become backwards compatible. In the old versionTon Roosendaal
2005-07-18Third attempt to fix crash on leave editmode + delete loadsa bones! :)Ton Roosendaal
2005-07-18 - convert write_object_stl to use mesh_get_derived_finalDaniel Dunbar
2005-07-18 - missed commit of file with mesh_calc_normalsDaniel Dunbar
2005-07-18 - replace displistmesh_calc_normals by mesh_calc_normalsDaniel Dunbar
2005-07-17 - need to release object DerivedMesh prior to release object dataDaniel Dunbar
2005-07-17More fixes thanks to irc testing;Ton Roosendaal
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 - made particles use displistmesh not DerivedMesh interfaceDaniel Dunbar
2005-07-17 - back out ton's vertex_duplilist "fix"Daniel Dunbar
2005-07-17While checking old bugreports on the todo tracker, found weak issue inTon Roosendaal
2005-07-17Bugfix #2836Ton Roosendaal
2005-07-17New: B-Bones now support adjusting the 'handle length', with the valuesTon Roosendaal
2005-07-17 - add DerivedMesh *derivedDeform to struct Object, this is temporaryDaniel Dunbar
2005-07-17 - convert vertex_duplilist to use mesh_get_derived_deformDaniel Dunbar
2005-07-17 - added DerivedMesh.getMinMax function (calls DO_MINMAX on all vertices)Daniel Dunbar
2005-07-17 - convert give_parvert to use mesh_get_derived_deformDaniel Dunbar
2005-07-17 - converted write_videoscape_mesh to use mesh_get_derived_deformDaniel 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-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 - decided it made more sense to make a key_get_active function, switchedDaniel Dunbar
2005-07-15 - more signedness warning fixes in editsimaDaniel Dunbar
2005-07-15 - static'd several functions in key.c, just for readabilityDaniel 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 - switch several instances of makeDispList to use more specific versionDaniel 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 - change subsurf_make_derived_from_editmesh to check that subdivisionDaniel Dunbar
2005-07-14 - switch to using DAG_object_flush_update instead of mesh_changedDaniel Dunbar
2005-07-14 - removed line that slipped in by accidentDaniel Dunbar
2005-07-14 - split makeDispList into makeDispList{Mesh,MBall,CurveTypes}, there isDaniel Dunbar
2005-07-14 - part of DerivedMesh interface change from yesterday that got left outDaniel Dunbar
2005-07-14Three fixes;Ton 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-13Another old bug bites the dust! Actually the error was simple... butTon Roosendaal
2005-07-13Couple of small fixes;Ton Roosendaal
2005-07-13Removed initializer str = "";Ton Roosendaal