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
2015-01-12Second try to fix missing previews of mat/tex/etc. in .blend files.Bastien Montagne
2015-01-07Quite warning about unused func.Bastien Montagne
2015-01-07Remove 'ensure previews' call from write code.Bastien Montagne
2015-01-07More tweak to preview commit - do not 'render' non-used IDs either.Bastien Montagne
2015-01-07Ensure mat/tex/etc. previews are generated/saved in .blend files when enabled...Bastien Montagne
2014-12-05Grease Pencil sketches get included when doing OpenGL previews for scene stri...Joshua Leung
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-11-09Fix T42540: save_pre and save_post handlers not called when saving startup.bl...Brecht Van Lommel
2014-11-06Slight corrections to the string formatting of autosave, thanks toAntony Riakiotakis
2014-11-06Gooseberry request, append the file name to autosaves as well as the pidAntony Riakiotakis
2014-10-28WM: clear operator memory on file loadCampbell Barton
2014-10-19Fix T42303 Icons lost after loading windowAntony Riakiotakis
2014-08-28Fix T41473: Cycles volume rendering is too darkSergey Sharybin
2014-07-23Fix for mixup in startup.blend data init when userprefs.blend was missingCampbell Barton
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-05-08Fix for crash when userprefs fails to read.Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (windowmanager)Campbell Barton
2014-04-03Add load_ui to WM_OT_read_homefileCampbell Barton
2014-04-03WM: expose file loading operator property init functionsCampbell Barton
2014-04-03Code cleanup: use BKE_BIT_TEST_SET to set flagsCampbell Barton
2014-04-02Rename "BLI_cpu.h" to "BLI_system.h" and add to it BLI_getpid() helper.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-28File Reading: add wrapper function for WM_file_readCampbell Barton
2014-01-20Fix T37967: autosave does not save dynamic topology edits while in sculpt mode.Brecht Van Lommel
2014-01-20Fix T38269: scene full copy in mesh edit or sculpt mode did not copy mesh edits.Brecht Van Lommel
2014-01-20Correction for recent commit clearing font cacheCampbell Barton
2014-01-20Fix for saving startup file ignoring editmode/sculpt editsCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2013-12-20Fix bookmarks not appearing in file browser after "copy previous settings".Brecht Van Lommel
2013-12-19Change recent fix for T37864, now only check if the file is readonlyCampbell Barton
2013-12-19Fix for T37864, save/save_as blend now refuses to save and report an error, w...Thomas Dinges
2013-12-08Fix T37731: some window manager operators unnecessarily required a window to ...Brecht Van Lommel
2013-12-05Correction to fix of T37688Sergey Sharybin
2013-12-05Fix T37688: User Preferences do not load correctlySergey Sharybin
2013-12-05User Interface: Ctrl+C over a menu copies the py commandCampbell Barton
2013-11-30Code cleanup: minor changes to custom startup file property useCampbell Barton
2013-11-30D54: Added a filepath attribute to the read_homefile operator.gaiaclary
2013-11-25User Defaults: Change user defaults based on decission by new UI team - T37518Campbell Barton
2013-10-10style cleanupCampbell Barton
2013-10-10fix save-as-copy option changing the filepath for new files.Campbell Barton
2013-09-10startup.blend: add a function BLO_update_defaults_startup_blend to changeBrecht Van Lommel
2013-08-29don't replace the extension with '.blend' in save code since the file selecto...Campbell Barton
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-16Fix [#35728] "Load Factory Settings" changes temp fonder to "/temp/\"Nathan Letwory
2013-06-10minor edit to previous commit, only show option to reload the file if its bee...Campbell Barton