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-20 - added modifier_dependsOnTime to check if modifier needs updatingDaniel Dunbar
2005-07-20 - fix for particle related crash in editmode. particle system calculationDaniel Dunbar
2005-07-20 - added ModifierTypeInfo.updateDepgraph function, responsible for buildingDaniel Dunbar
2005-07-20 - fixed subsurf_make_derived_from_dlmDaniel Dunbar
2005-07-20 - vertex indexing in softbody was wrong after I switch loop directionDaniel Dunbar
2005-07-20 - split {curve,lattice,armature}_deform_verts out of mesh_deformDaniel Dunbar
2005-07-19Couple of fixes combined;Ton Roosendaal
2005-07-19Grms... removed too happily a part of depgraph yesterday. That fix was OK,Ton Roosendaal
2005-07-19Bugfix #2818Ton Roosendaal
2005-07-19 - some missing changes for switch of mesh_modifier toDaniel Dunbar
2005-07-19 - split mesh_deform off from object_deformDaniel Dunbar
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-19Bugfix: clear rotation on Pose bone didn't flush changes to DAGTon Roosendaal
2005-07-19 - ditch mesh_uses_displistDaniel Dunbar
2005-07-19 - another warning fixDaniel Dunbar
2005-07-18 - minor warning fixDaniel Dunbar
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