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
path: root/source
AgeCommit message (Expand)Author
2007-06-23upgrade to latest Bullet 2.53. cross the fingers it doesn't break one of the ...Erwin Coumans
2007-06-23preparation to upgrade to Bullet 2.53Erwin Coumans
2007-06-23bugfix: adding static objects will 'replace' previously added static object i...Erwin Coumans
2007-06-22(Python Object API)Campbell Barton
2007-06-22== NLA/IPO Muting ==Joshua Leung
2007-06-22== IPO Muting ==Joshua Leung
2007-06-21Silenced a few compiler warningsJoshua Leung
2007-06-21== Clamp To Constraint - Depsgraph Fix Part2 ==Joshua Leung
2007-06-20== Clamp To Constraint ==Joshua Leung
2007-06-20== PyConstraints - 2 Fixes ==Joshua Leung
2007-06-20Action Editor:Joshua Leung
2007-06-20== Constraints - Code Cleanup ==Joshua Leung
2007-06-20Bugfix #6864:Joshua Leung
2007-06-20When saving render result images from the image editor with Matt Ebb
2007-06-20Fix segfaul reported by slikdigit in irc.Diego Borghetti
2007-06-19changed floating point values in python to display one more decimal place- BM...Campbell Barton
2007-06-19== NLA Editor - Bugfix 6780 ==Joshua Leung
2007-06-19== Action Editor - Scrolling Fix ==Joshua Leung
2007-06-19== Action Editor - Long Keyframes ==Joshua Leung
2007-06-18== PyConstraints - BPy API Access ==Joshua Leung
2007-06-18== PyConstraints ==Joshua Leung
2007-06-16missing decref.. win Window.RedrawAll() pointed out by kenCampbell Barton
2007-06-16Python API, more METH_VARARGS to METH_OCampbell Barton
2007-06-16Fix a Python memory leak with the armature weakref code. setup_armature_weak...Ken Hughes
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-06-14Curve Selection Tool Refactor:Juho Vepsalainen
2007-06-14== Armature - Duplicating Bones ==Joshua Leung
2007-06-12draw_mesh_fancy was using the original meshes stats rather then the derived m...Campbell Barton
2007-06-12fix own error - EXPP_getScriptLinks, was returning an unset list.Campbell Barton
2007-06-11=== Verse ===Nathan Letwory
2007-06-11== Multires ==Nicholas Bishop
2007-06-11== Multires ==Nicholas Bishop
2007-06-11== Multires ==Nicholas Bishop
2007-06-11== Multires ==Nicholas Bishop
2007-06-10Patch #6717:Brecht Van Lommel
2007-06-10== Multires ==Nicholas Bishop
2007-06-10== Multires ==Nicholas Bishop
2007-06-09only shadow didnt redrawCampbell Barton
2007-06-09subsurfs EDGE_getSharpness function was looping when it didnt need to and als...Campbell Barton
2007-06-09== NLA Editor ==Joshua Leung
2007-06-09Fix for bug #6828:Juho Vepsalainen
2007-06-09Index: source/blender/src/editscreen.cJuho Vepsalainen
2007-06-09Fixed following issues:Juho Vepsalainen
2007-06-08added an optional window ID arg to Window.ViewLayers so you can set the layer...Campbell Barton
2007-06-08Patch [#6729] from Juho Vepsäläinen. It adds inverse and random select for ...Jiri Hnidek
2007-06-08Missing menu items in header menu, Mark Sharp and Clear Sharp. Removed one de...Jiri Hnidek
2007-06-08== Action/NLA ==Joshua Leung
2007-06-07Some more coverity fixes.Kent Mein
2007-06-06yafray settings access from Py APICampbell Barton
2007-06-06Fix possible segfault in blender.Diego Borghetti