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
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-05fix to scons after exotic was removed (patch from jms)Dalai Felinto
2011-05-05remove exotic.c, there was no operators to access these formats and they were...Campbell Barton
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-04pass colors to glColor as vectors where possible.Campbell Barton
2011-05-03correct url [#27252] Help link "Manual" in blender still points to 2.49 docum...Campbell Barton
2011-05-03=trunk=Joseph Eagar
2011-05-02x11 builds again.Campbell Barton
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
2011-04-30use camera render argument to avoid temp overwriting the scene camera.Campbell Barton
2011-04-28CMake build option for security report: CVE-2009-3850Campbell Barton
2011-04-25workaround/fix [#27162] Running commands in python console crashes blenderCampbell Barton
2011-04-23fix for using enter on menus which load files:Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21Fix for fix for the bugfix :)Ton Roosendaal
2011-04-21fix crash with lots of operators when running "blender -d". Easy case to repr...Andrea Weikert
2011-04-20Bugfix #27058Ton Roosendaal
2011-04-13disable engine info until report popup bug is fixed.Campbell Barton
2011-04-13fix for mistake checking engines on load.Campbell Barton
2011-04-13Crap, there was still a old Link to Release Logs. Maybe retag, after this and...Thomas Dinges
2011-04-12- fix for cmake when there is no version character.Campbell Barton
2011-04-12report missing engines on file load. (request from Martin).Campbell Barton
2011-04-12ignore the local blender folder when displaying the copy old settings button.Campbell Barton
2011-04-12change behavior of restoring old settingsCampbell Barton
2011-04-11operator & splash button to copy over old settings when blender version changes.Campbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-09Print out reports on console too (debug and up) as fix for [#26708] "INFO" re...Nathan Letwory
2011-04-08Fix for compilation under non-windows platforms -- missed check forSergey Sharybin
2011-04-08Apply console part of patch [#26044] Windows thumbnails and improved filetype...Nathan Letwory
2011-04-06Name unification commit for console toggling operator.Sergey Sharybin
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-04fix [#26756] "Release confirms" breaks marker functionality in TimelineCampbell Barton
2011-04-04disable continuous grab in the header, its more annoying then useful.Campbell Barton
2011-04-04Fixed invalid RNA access in radial brush operators (like strength/size abjust...Sergey Sharybin
2011-04-03quiet warnings.Campbell Barton
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-04-01Bugfix #26654Ton Roosendaal
2011-03-30modify error when python is not found so as not to confuse users who don't bu...Campbell Barton
2011-03-28"Error totblock" renamed into "Error: Not freed memory blocks"Ton Roosendaal
2011-03-28Maintenance:Ton Roosendaal
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-03-25Bugfix #26195Ton Roosendaal
2011-03-23Fix #26573, #26574 and #26551: objects on layers not visible on load or undoBrecht Van Lommel
2011-03-22- weight paint poll would crash if no area was found.Campbell Barton
2011-03-22some more corrections to incorrect rna get/set types.Campbell Barton
2011-03-22add missing mem-free on vertex group sorting & dont crash when calling fullsc...Campbell Barton
2011-03-22crash fix for Normalize All VGroups on a lattice without vgroups (probably ot...Campbell Barton
2011-03-22operators called from python were not getting their reports back into python ...Campbell Barton
2011-03-21fix for use of un-initialized pointers in file_sfile_to_operator(...) & remov...Campbell Barton
2011-03-20== file browser ==Andrea Weikert