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-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
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-21Partial fix for bug #24341, "Problems running blender headless"Nicholas Bishop
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16Now sound init param removal revert should be fine (apparently my cmake proje...Nathan Letwory
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14remove unused args or tag as unused for image and screen editors, uiItemEnumR...Campbell Barton
2010-10-12[#24226] small inconsistency in user preferencesCampbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-02Fix #24098: new file and load factory settings sharing same hotkey.Brecht Van Lommel
2010-09-17fix for some errors when saving blend files.Campbell Barton
2010-09-13bugfix [#23001] Addons do not unregister properly in Blender 2.5.3Campbell Barton
2010-09-12building without python was brokenCampbell Barton
2010-09-06bugfix [#23674] Fix for texture path corruptions (bug 23337)Campbell Barton
2010-08-27ED_view3d_draw_offscreen_imbuf_simple and ED_view3d_draw_offscreen_imbuf now ...Campbell Barton
2010-08-26When loading a default file, the default path could't always be initialized.Campbell Barton
2010-08-25bugfix [#23456] context.main.filepath lost after undoCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-23Fix #20863: when loading a file without UI, with multiple windows open,Brecht Van Lommel
2010-07-19Add a "copy" option to the save_as_mainfile operator. It saves the current Xavier Thomas
2010-07-17simplify thumbnail reading and remove some warningsCampbell Barton
2010-07-16Add comment about case where autosave can fail on Windows.Nathan Letwory
2010-07-16== installation paths ==Andrea Weikert