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
2006-03-11With the commit last week to have curve bevels nice circular (when noTon Roosendaal
2006-03-11==oops==Tom Musgrove
2006-03-11==bug fix==Tom Musgrove
2006-03-11Bugfix: Object.link() was not correctly handling object/datablock materialKen Hughes
2006-03-11Bugfix #3898: Scene.unlink() was not decrementing the datablock user count.Ken Hughes
2006-03-11==SCons==Nathan Letwory
2006-03-11===Python API===Ken Hughes
2006-03-11Bugfix #3895: Call to PyString_FromString() wasn't being Py_DECREF()'ed,Ken Hughes
2006-03-10==SCons==Nathan Letwory
2006-03-10fix for bug 3970Joilnen Leite
2006-03-10fix bug 3970Joilnen Leite
2006-03-10fix for bug 3970Joilnen Leite
2006-03-10Fixed a mistake where the hrad/tail radius UI numinput didnt check weather th...Campbell Barton
2006-03-10Vectorblur fix:Ton Roosendaal
2006-03-10-> Path Select ToolGeoffrey Bantle
2006-03-10Commit from campbell of march 5 crashes when no object was active and youTon Roosendaal
2006-03-09==compile fix==Tom Musgrove
2006-03-09Fixed bug "Bug Tracker item #3988", where <builtin> TTF (datatoc_bfont_ttf)Mika Saari
2006-03-09Uncommitted change of Campbell 9 days ago... the rest of the logicTon Roosendaal
2006-03-09Improved CTRL+G grouping menu; it now offers a choice to add to anyTon Roosendaal
2006-03-09Bugfix... very ancient one even. When you use multiple screens in a projectTon Roosendaal
2006-03-09AO did not include own material rgb in calculus, causing too bright AO.Ton Roosendaal
2006-03-09When imbuf has both float and byte rects, the scale-fast function crashed.Ton Roosendaal
2006-03-09<sob>dropping OpenGL float buffer drawing... it seems that this isn'tTon Roosendaal
2006-03-09==compile fix==Tom Musgrove
2006-03-09Compositing goodie: ESC now works to stop, but it will finish the node itTon Roosendaal
2006-03-08Baking all selected softbody: press ctrl+b in 3d window!Ton Roosendaal
2006-03-08<blush>Nice work on renderlayer control yesterday, but... then you shouldTon Roosendaal
2006-03-08Bugfix: Sofbody baking included the 'start frame' for the object inTon Roosendaal
2006-03-08Compositor now checks for cyclic nodes too, and skips them while executing.Ton Roosendaal
2006-03-08Test with render window not drawing in frontbuffer anymore. Only enabledTon Roosendaal
2006-03-08Quick feature: "Around Individual Centers" now works in editmode mesh, butTon Roosendaal
2006-03-08-> Path Select ToolGeoffrey Bantle
2006-03-08Small fix for surviving changes in library data.Ton Roosendaal
2006-03-08Compositing workflow goodie; each 'render result' node now has a buttonTon Roosendaal
2006-03-07Fixes a small warning, when compiling without ffmpegPeter Schlaile
2006-03-07this patch features several cleanups and bugfixes for the sequencer:Peter Schlaile
2006-03-07Quickfix: appending scenes from a file, won't expand the other scenesTon Roosendaal
2006-03-07CTRL+C Copy Menu now includes modifiers for Curve objects.Ton Roosendaal
2006-03-07Curves with bevel, but without front/back or extrude depth, now renderTon Roosendaal
2006-03-06Render option "Single Layer" now keeps the already rendered other layers,Ton Roosendaal
2006-03-06quick fix for Python armature CVS making bones with no layers, therefor being...Campbell Barton
2006-03-06Rather then just complaining it cant be done, made M move objects out of the ...Campbell Barton
2006-03-06Added CTRL+L link copy and SHIFT+L link select for group-duplicators.Ton Roosendaal
2006-03-05Removes warning in drawtext.cRicki Myers
2006-03-05Adds menu item in text editor under format menu to convert whitespace toRicki Myers
2006-03-05fix for bug #3655Jean-Luc Peurière
2006-03-05Fix for appending data from other files: if this appended dataTon Roosendaal
2006-03-05=== code cleanup ===Andrea Weikert
2006-03-05Some C conpilers only want variables to be initialized with constants,Chris Want