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
2017-03-25WM: Application TemplatesCampbell Barton
2017-03-20User Preferences: Split out addon and keymap freeCampbell Barton
2017-03-16Add support for loading preference structCampbell Barton
2017-03-16Support passing in UserDef for free functionCampbell Barton
2017-03-15Fix bug on Blender version stringDalai Felinto
2017-03-15Move Blender version string handling to its own functionDalai Felinto
2017-02-06Fix 'public' global 'g_atexit' var in Blender.Bastien Montagne
2016-09-19CacheFile: make sure SpinLock is destroyed when exiting Blender.Kévin Dietrich
2016-06-24BKE_blender: Add own atexit functionsCampbell Barton
2016-04-25Refactor BKE_blender into separate headersCampbell Barton
2016-03-07Fix crash loading some library blend filesCampbell Barton
2016-03-03Refactor BKE_copybuffer for general partial savingCampbell Barton
2016-03-03Cleanup: take Main argument for copyCampbell Barton
2016-02-15Cleanup: reorganize BKE ID tagging functions.Bastien Montagne
2016-01-26Cleanup: minmac -> minmax & RE_render_ext namingCampbell Barton
2016-01-11Support for copy/paste groupsCampbell Barton
2016-01-08Koro request: add 'active layer' and 'selected' options to view3D' paste oper...Bastien Montagne
2016-01-04added new "Fake User" option for appending objects, this sets a fake user on ...Martin Felke
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-10-22Cleanup: remove script ID-typesCampbell Barton
2015-10-12Cleanup & rework of BLO_linking code.Bastien Montagne
2015-10-12Cleanup in BLO API: rename 'append' funcs to 'link', since none do append, bu...Bastien Montagne
2015-09-21Render: Free persistent image storage when loading new fileSergey Sharybin
2015-07-28Audaspace: use standalone library.Jörg Müller
2015-05-04Cleanup: naming for callback wrappersCampbell Barton
2015-04-18Cleanup: API naming use BKE_undo_ prefixCampbell Barton
2015-04-18Cleanup: use BLO_memfile prefixCampbell Barton
2015-04-15Fix crash loading file without scene in bg modeCampbell Barton
2015-04-13Fix T44350: View3D layer out of sync /w sceneCampbell Barton
2015-04-02Fix T44217: Crash when starting .blend without "Load UI" enabledJulian Eisel
2015-03-26sound module: Append functions with BKE (makes it easier to make themAntony Riakiotakis
2015-02-12Correct fix for T43424Campbell Barton
2015-02-09Fix T43424: undo changes the active sceneCampbell Barton
2015-02-06cleanup: styleCampbell Barton
2015-01-19Cleanup: unused Global flags.Campbell Barton
2015-01-19Fix for security issue loading blend'sCampbell Barton
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-07-30BLI_path_utils: rename BLI_clean -> BLI_path_native_slashCampbell Barton
2014-07-23Cleanup: BKE_scene_set_name mixed G.main & bmain argCampbell Barton
2014-07-01Code cleanup: use scene variable rather then calling CTX_data_sceneCampbell Barton
2014-07-01Code cleanup: use enum for setup_app_dataCampbell Barton
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
2014-06-13UI: Add back ability to select a custom interface fontCampbell Barton
2014-05-08Fix for crash when userprefs fails to read.Campbell Barton
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-22Apparently msvc doesn't have #warningSergey Sharybin