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-24 - switch displistmesh_to_mesh to just dupalloc the mface'sDaniel Dunbar
2005-07-24When entering editmode on Armature, the Pose now defaults to a correctTon Roosendaal
2005-07-24NLA strip option "Add" accidentally also added constraint ipo values.Ton Roosendaal
2005-07-24Armature-Pose IK goodies!Ton Roosendaal
2005-07-23 - added ModifierData flag, is modifier enabled in editmodeDaniel Dunbar
2005-07-23 - change mesh_calc_normals to set vertices with len(no)==0Daniel Dunbar
2005-07-23Killed silly modal PoseMode mode! :)Ton Roosendaal
2005-07-23 - removed mface->puno flags, was only used to flip normals in displayDaniel Dunbar
2005-07-23 - added DerivedMesh.drawMapped{VertNormals,FaceNormals,FaceCenters}EMDaniel Dunbar
2005-07-23 - fix a bug with softbody, verts were copied out of order (meantDaniel Dunbar
2005-07-23 - agh!!!! horrible code alert!!! pushdata/popdata in build_particle_systemDaniel Dunbar
2005-07-23 - move build_particle_system to makeDispList, it was getting calledDaniel Dunbar
2005-07-22Motion blur didn't work for Object Ipos (rest worked OK), so simpleTon Roosendaal
2005-07-22 - moved mesh_getVertexCos to mesh.c and prototypedDaniel Dunbar
2005-07-22 - bug fix, old files with me->subdiv==0 crashed, fix to make sure theyDaniel Dunbar
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-22 - put {} around the various minmax defines... this was a nice bughuntDaniel Dunbar
2005-07-22 - bump blender versionDaniel 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 - renderer always goes through DerivedMesh atm, means no needDaniel Dunbar
2005-07-20 - readfile incorrectly increased user count for Lattice & CurveDaniel Dunbar
2005-07-20Wow! A new feature!Daniel Dunbar
2005-07-20 - orco fix for build effect, didn't copy input vertex cos over (duh!)Daniel Dunbar
2005-07-20 - for some reason mesh_create_derived_no_deform took the raw data (notDaniel Dunbar
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