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
2004-10-16Fix for #1549Ton Roosendaal
2004-10-15Martin DeMello's patch to add dxf import code for:Kent Mein
2004-10-15fix evil c++ declaration.Stephen Swaney
2004-10-15a patch for the Text editor contributed by themeyers.Stephen Swaney
2004-10-15Make msvc happy by 'improving' order of declaration and removing superfluous ...Nathan Letwory
2004-10-15bugfix: #1642 Matrix multiplication memory leakStephen Swaney
2004-10-15fix for #1635Ton Roosendaal
2004-10-15Typo in effect.c, bad testing :)Ton Roosendaal
2004-10-15Bug fix & new feature;Ton Roosendaal
2004-10-15one teensy comment.Stephen Swaney
2004-10-14fix bad return types for errors in Matrix_coerce().Stephen Swaney
2004-10-14followup to vector memory leak fixes:Stephen Swaney
2004-10-14Color picker fixes... (bug #1490)Ton Roosendaal
2004-10-14Added to the top of the file: struct SpaceOops;Kent Mein
2004-10-14Kenneth Strom's patch to make Fractal Subdivide work in the -Kent Mein
2004-10-14Bug #1468Ton Roosendaal
2004-10-14Accidentally committed a line paste with declaration outside of { }...Ton Roosendaal
2004-10-14This fix, bug #1342, makes blender consistant, but won't really solveTon Roosendaal
2004-10-14Not a real fix, but report #1638 was a valid confusement...Ton Roosendaal
2004-10-14Fix for #1617Ton Roosendaal
2004-10-14Bug fix #1341Ton Roosendaal
2004-10-14Three fixes;Ton Roosendaal
2004-10-14Fix for #1626Ton Roosendaal
2004-10-14minor fix, more a beauty glitch, bug 1612;Ton Roosendaal
2004-10-13Fill and beautyfill now respect new edge/face selection flags.Ton Roosendaal
2004-10-13Fix for #1569Ton Roosendaal
2004-10-13Fix for bug report #1566Ton Roosendaal
2004-10-13Cut'n'paste code, to fix bug 1500, resulted in crash when not renderingTon Roosendaal
2004-10-13Fix for bug #1562Ton Roosendaal
2004-10-13fix numerous memory leaks in the math types.Stephen Swaney
2004-10-13Linestyle (dashed, using glStipple) seems not to work proper onTon Roosendaal
2004-10-12Fix for bug #1500Ton Roosendaal
2004-10-12Swapped 1 line of code, missed the declaration in the subloop...Ton Roosendaal
2004-10-12Added safety test for occurance of zero scaled areas in Blender. ThisTon Roosendaal
2004-10-12Do better checking for hidden faces in uv editor, sometimes unwanted uv's gotBrecht Van Lommel
2004-10-12Draw Seams in subsurf optimal mode. They were already subdivided correctly,Brecht Van Lommel
2004-10-12Face selection in uv face select mode, with hidden faces, was broken:Brecht Van Lommel
2004-10-12Extrude crashed on extruding verts/edges only, due to lack of pointerTon Roosendaal
2004-10-12Join triangles to quads (alt+j) tool didnt set face selection flags.Ton Roosendaal
2004-10-12Bug fix 1432;Ton Roosendaal
2004-10-12bugfix: #1624 Can not switch layers of some objects through python.Stephen Swaney
2004-10-11Moved headerprint to editscreen (for logical placement and reusability).Martin Poirier
2004-10-11- selection option for vertexgroups didnt use proper new flagsTon Roosendaal
2004-10-11fix memory leak in Object.GetSelected().Stephen Swaney
2004-10-11Outliner features:Ton Roosendaal
2004-10-11Forgot about PC's using backbuffer draw for selecting (no AUX as on OSX),Ton Roosendaal
2004-10-10Fixes in editmesh:Ton Roosendaal
2004-10-10Fix for reported Mesh+Subsurf+Optimal+particles, make linked duplicate, andTon Roosendaal
2004-10-10.. take the proper example for edges in addfacelist()Jens Ole Wund
2004-10-10- Added Outliner selectionTon Roosendaal