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-07-13reuse USER_SAVE_PREVIEWS to not save thumbnails into blend file headerCampbell Barton
2011-07-04fix for crash when setting layers or saving when there is no active scene - o...Campbell Barton
2011-06-25Bugfix #27765Ton Roosendaal
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-08don't write file history in backgound mode (running ctest would overwrite all...Campbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-02fix for [#27410] Manual save kills actual .blend file if disk space is lowAndrea Weikert
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-18cleanup onlyCampbell Barton
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-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-13disable engine info until report popup bug is fixed.Campbell Barton
2011-04-13fix for mistake checking engines on load.Campbell Barton
2011-04-12report missing engines on file load. (request from Martin).Campbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-03-23Fix #26573, #26574 and #26551: objects on layers not visible on load or undoBrecht Van Lommel
2011-03-15fix [#26494] Auto run Python scripts option in User Preferences problemCampbell Barton
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-02-25doxygen: blender/windowmanager tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22missed updating this when modifying addons module.Campbell Barton
2011-02-21bugfix [#26156] Opening .blend files through OS ignores "Load UI" flagCampbell Barton
2011-02-14more vars made staticCampbell Barton
2011-02-14misc small changes:Campbell Barton
2011-02-14fix for string copy error in own recent commitCampbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-01fix for 2 segfaults running in background mode.Campbell Barton
2011-01-19new command line option '--factory-startup' to skip reading startup.blend. us...Campbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07patch [#25490] Fix for [#22096] Blender tries to open non-blend fileCampbell Barton
2011-01-05Patch: [#22524] Update Windows Recent Documents on Open/SaveAndrea Weikert
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2011-01-03Bugfix #25457Ton Roosendaal
2010-12-27Small fixes:Ton Roosendaal
2010-12-16bugfix [#25208] randomize transform doesn't work on objects with keyframesCampbell Barton
2010-12-04Maintenance, Campbell Barton
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-11-29From the todo:Ton Roosendaal
2010-11-27python access to driver namespace, rather then have a textblock defined for d...Campbell Barton
2010-11-19bugfix [#24796] Drivers are ineffective on Text & Curve obj. geometry parametersCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-10Bugfix #24570Ton Roosendaal
2010-11-09Bugfix #20812 (and probably others)Ton Roosendaal
2010-11-05tedious string copying changesCampbell Barton