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 - remove MEM_dupallocN's warning on dup of len==0 sized objectDaniel Dunbar
2005-07-20 - added an array shuffling function to BLI_randDaniel Dunbar
2005-07-20 - fix for particle related crash in editmode. particle system calculationDaniel Dunbar
2005-07-20Improper indentation in getParentBoneName docstring.Martin Poirier
2005-07-20Project Files (MSVC 6.0) update:Martin Poirier
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-19Fix: CTRL+Click adding bones didn't attach them to the parent!Ton Roosendaal
2005-07-19__ bug fix__Joseph Gilbert
2005-07-19Couple of fixes combined;Ton Roosendaal
2005-07-19First step towards restoring / improving subdivide 'beauty'.Johnny Matthews
2005-07-19-Patch submitted by Campbell BartonJoseph Gilbert
2005-07-19Grms... removed too happily a part of depgraph yesterday. That fix was OK,Ton Roosendaal
2005-07-19Removed last remainder of old transform. The function is still calledTon Roosendaal
2005-07-19Bugfix #2818Ton Roosendaal
2005-07-191) Removed old annoyance in adding armature or bones.Ton Roosendaal
2005-07-19Bug fix; pose mode transform didn't count # of selected bones correctly,Ton Roosendaal
2005-07-19Added DAG flush to NMesh when updating geometry (was needed after zr's latest...Martin Poirier
2005-07-19 - some missing changes for switch of mesh_modifier toDaniel Dunbar
2005-07-19initialize simd quad in default constructorErwin Coumans
2005-07-19 - split mesh_deform off from object_deformDaniel Dunbar
2005-07-19Fix for bug #2848 This flushes selection upward in subdivide based on select ...Johnny Matthews
2005-07-19 - silly bug, didn't test for hash before freeingDaniel 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 - change convert subsurf to mesh to use mesh_create_derived_no_deformDaniel Dunbar
2005-07-19 - remove some extverts related cruftDaniel Dunbar
2005-07-19 - miscapitalized ghash...Daniel Dunbar
2005-07-19 - yet another warning fixDaniel 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 - need to zero hash pointer on freeDaniel Dunbar
2005-07-18 - removed orco pointer from struct MeshDaniel Dunbar
2005-07-18[ #2423 ] Object.getParentSubNameJoseph Gilbert
2005-07-18 - remove unnecessary editmode cycle on convert subsurf to 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-18more preparations for bullet physics, and some eol issues with SCA_Joystick*Erwin Coumans
2005-07-18Increase the warning level for the python vcprojJoseph Gilbert
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-07-18Third attempt to fix crash on leave editmode + delete loadsa bones! :)Ton Roosendaal
2005-07-18 - "Text" tfaces should only be drawn from deformed (not subdivided)Daniel Dunbar
2005-07-18 - convert write_object_stl to use mesh_get_derived_finalDaniel Dunbar
2005-07-18 - convert draw_mesh_tfaces to use mesh_get_derived_final instead ofDaniel Dunbar