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
2010-10-19svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r32300:32571soc-2010-nicolasbishopNicholas Bishop
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-18svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r32200:32300Nicholas Bishop
2010-10-18svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31926:32200Nicholas Bishop
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-15svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31833:31926Nicholas Bishop
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-09svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31667:31833Nicholas Bishop
2010-09-06bugfix [#23674] Fix for texture path corruptions (bug 23337)Campbell Barton
2010-08-30svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r31488:31667Nicholas Bishop
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-06svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r30887:31091Nicholas Bishop
2010-08-02== VPaint ==Nicholas Bishop
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
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-07-15Fix: rename to .blend1 as last before writing, after creating blend thumbnail.Brecht Van Lommel
2010-07-14Fix #22816: crash in depsgraph loading some 2.49 files, tagging objects forBrecht Van Lommel
2010-07-132.5: startup.blend changes, these should all be consistent with new datablocks,Brecht Van Lommel
2010-07-04Patch [#22339] File/installation paths changesAndrea Weikert
2010-07-03better reporting for file i/o failier, use system error message in more place...Campbell Barton
2010-06-26fix for crash running the file load operator in background mode:Campbell Barton
2010-06-23- avoid divide by zero with node progressCampbell Barton
2010-06-22utility function to save blend's from a crash (from gdb run this)Campbell Barton
2010-06-14naming changesCampbell Barton
2010-06-01passepartout overlay wasnt written into thumbnailsCampbell Barton
2010-05-30blend file thumbnailsCampbell Barton
2010-05-30thumbnail passepartout effect, distinguishes blend files from images.Campbell Barton
2010-05-26bugfix [#22426] New Thumbnail code crashes when savingCampbell Barton
2010-05-25blend file thumbnailingCampbell Barton
2010-05-06dont write blender recent file list or save quit.blend when running in backgr...Campbell Barton
2010-04-28add option -Y to enable python script execution.Campbell Barton
2010-04-26Fix #22086 and #22125: crashes due to editmode being set on load/undo, fixesBrecht Van Lommel
2010-04-16Fix warning, also added error message for the case of no filename passed.Andrea Weikert
2010-04-15fix [#22007] Saving a read-only file on windows : no warning and temporary fi...Andrea Weikert
2010-04-14fix for crash when a register script sets material colors, also made some cha...Campbell Barton