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
2016-04-26Fix (unreported) possible freed memory usage when reloading a .blend file.Bastien Montagne
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-04-19Cleanup: move operators & related code of files & append/link to relevant ded...Bastien Montagne
2016-03-01Fix (unreported) crash when opening a file from splash screen when 'load UI' ...Bastien Montagne
2016-02-06Fix T47204: selection failing directly after disabling multisample in user pr...Brecht Van Lommel
2016-01-29Skip save-as history running from another OperatorCampbell Barton
2016-01-24Docs: minor edits to code commentsCampbell Barton
2016-01-17WM: remove unnecessary context argument from WM_report, no good reason to hav...Brecht Van Lommel
2015-12-31Cleanup: Py API namingCampbell Barton
2015-11-12Fix for factory settings loading without UICampbell Barton
2015-11-11OpenGL Render: Support full-sample Anti-AliasingCampbell Barton
2015-11-11Cleanup: GL Render (simplify internal logic)Campbell Barton
2015-10-28Fix T46471: Sculpt strokes doesn't mark file as modifiedSergey Sharybin
2015-10-14Support for multi-sample sequencer GL renderCampbell Barton
2015-10-08File Read: de-duplicate command line file-loadCampbell Barton
2015-10-08Cleanup: remove unused argCampbell Barton
2015-10-06WM: Fix crash when a new window can't be createdCampbell Barton
2015-09-22Reporting was done before before addons were loadedCampbell Barton
2015-09-22Report loading file with no matching engineCampbell Barton
2015-09-22Cleanup: de-duplicate post file read update callsCampbell Barton
2015-09-22Fix T46201: Popup menu in post_load handler crashCampbell Barton
2015-08-27Make .blend file thumbnail reading simpler and more coherent, read/store them...Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-09Fix: opening missing file didnt remove in recent-files.txtCampbell Barton
2015-08-05Remove files from recent-files list on failed openCampbell Barton
2015-07-27Cleanup: deprecate some G.fileflags comment othersCampbell Barton
2015-07-16Disable check for recent-files.txt existingCampbell Barton
2015-06-05Fix wrong usage of THB_NORMAL size when generating .blend file thumbnail at s...Bastien Montagne
2015-05-01Auto pack: don't show "No new files have been packed" on every .blend file save.Brecht Van Lommel
2015-04-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
2015-04-18Autosave:Antony Riakiotakis
2015-04-08Cleanup: IMB/thumb namingCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-30Fix T43266, when we have a blendfile name use only that without the pidAntony Riakiotakis
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-02-02cleanup: style/spellingCampbell Barton
2015-01-27Fix T43309 saving takes longer.Antony Riakiotakis
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-25cleanup: warnings, spellingCampbell Barton
2015-01-20Fix for Trusted option, loading new fileCampbell Barton
2015-01-15Revert "Make version_update() callback being invoked when linking/appending d...Sergey Sharybin
2015-01-13Make version_update() callback being invoked when linking/appending datablocksSergey Sharybin
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