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-24Bug fix #2856Ton Roosendaal
2005-07-24Armature-Pose IK goodies!Ton Roosendaal
2005-07-24GCC 4 didn't like static function after non static prototype. Moved prototype...Martin Poirier
2005-07-24Removing "Custom" as a menu entry in 3D view header (ztonzy spotted that).Martin Poirier
2005-07-24Some stuff slipped in header_view3d.c too. Thanks to basse for spoting that q...Martin Poirier
2005-07-24Big Transform Manipulator MergeMartin Poirier
2005-07-24- Armature editmode now supports lasso. Please be aware that in editmode,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-23Added code in loopcut to undo cut if edgeslide was cancelled. (For you Chris!)Johnny Matthews
2005-07-23 - added DerivedMesh.drawMapped{VertNormals,FaceNormals,FaceCenters}EMDaniel Dunbar
2005-07-23Events added for:Ton Roosendaal
2005-07-22Error in drawing of new armature options;Ton Roosendaal
2005-07-22Motion blur didn't work for Object Ipos (rest worked OK), so simpleTon Roosendaal
2005-07-22 - added data arguments to deformer modifiers, in case someone wantsDaniel Dunbar
2005-07-22Fix for bug #2766: Shear shortcut brokenChris Burt
2005-07-22New drawmode for the Armature geeks!Ton Roosendaal
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 - readfile incorrectly increased user count for Lattice & CurveDaniel Dunbar
2005-07-20 - fix convert XXX _to mesh to recalc mesh dataDaniel Dunbar
2005-07-20Wow! A new feature!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 - added ModifierTypeInfo.updateDepgraph function, responsible for buildingDaniel 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-19Couple of fixes combined;Ton Roosendaal
2005-07-19First step towards restoring / improving subdivide 'beauty'.Johnny Matthews
2005-07-19Removed last remainder of old transform. The function is still calledTon 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-19 - some missing changes for switch of mesh_modifier toDaniel Dunbar
2005-07-19Fix for bug #2848 This flushes selection upward in subdivide based on select ...Johnny Matthews
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 - change convert subsurf to mesh to use mesh_create_derived_no_deformDaniel Dunbar
2005-07-18 - added DerivedMesh.getVertCos function and implementationsDaniel Dunbar
2005-07-18Two small fixes (armatures);Ton Roosendaal
2005-07-18 - remove unnecessary editmode cycle on convert subsurf to meshDaniel Dunbar
2005-07-18Made action constraints to become backwards compatible. In the old versionTon Roosendaal
2005-07-18 - "Text" tfaces should only be drawn from deformed (not subdivided)Daniel Dunbar
2005-07-18 - convert draw_mesh_tfaces to use mesh_get_derived_final instead ofDaniel Dunbar
2005-07-17More fixes thanks to irc testing;Ton Roosendaal
2005-07-17 - switch shadeDispList to always using DispListMesh fromDaniel Dunbar
2005-07-17 - assorted fixes for drawing "Text" tfacesDaniel Dunbar
2005-07-17 - remove extverts argument from vertexnormals_meshDaniel Dunbar