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
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-04-25UI: Apply remove redo regionCampbell Barton
2018-04-23Fix opening new windows would try to open global areas twiceJulian Eisel
2018-04-20UI: New Global Top-Bar (WIP)Julian Eisel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-23Merge branch 'master' into blender2.8Campbell Barton
2018-02-23WM: Add WM_menutype_poll functionCampbell Barton
2017-12-04WM: message bus replacement for property notifiersCampbell Barton
2017-11-09Remove unused screen-name storage in windowJulian Eisel
2017-11-09Fix crash using pre 2.5 file as startup.blendJulian Eisel
2017-11-09Cleanup: Refactor window matching after file read for readabilityJulian Eisel
2017-08-25Merge branch 'master' into blender2.8Campbell Barton
2017-08-25WM: initialize WM and deps before handling eventsCampbell Barton
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Remove unused bmain argument from BKE_libblock_free_dataSergey Sharybin
2017-06-01Main Workspace IntegrationJulian Eisel
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-03-14WM: free operators when repeatingCampbell Barton
2017-03-14WM: store operators with undo flagCampbell Barton
2015-10-06WM: Fix crash when a new window can't be createdCampbell Barton
2015-09-15Fix wm leak loading factory-startupCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-19Docs: doxygen file descriptions for BLF, GPU and WMCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2013-12-12Fix T37595: Switching modal transform broke with trackball rotation.Campbell Barton
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-04-30fix [#35156] Edge slide gg shortcut brings up wrong settings.Campbell Barton
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-01-22fix [#33841] Disabling and re-enabling live addon crashes blender (modal/draw...Campbell Barton
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop