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-08-07Benchmark: fixes for macOS.Brecht Van Lommel
2018-08-07Benchmark: center window in screen instead of bottom left.Brecht Van Lommel
2018-08-02Benchmark: wm hacks to open a single window with benchmark space.Brecht Van Lommel
2018-07-31GPUFrameBuffer: Put active framebuffer in GPUContextClément Foucault
2018-07-31Cleanup: styleCampbell Barton
2018-07-24Fix T55245: undo with multiple windows and view layers not working correct.Brecht Van Lommel
2018-07-23Fix assert when loading file with multiple windows openedClément Foucault
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-07-15Cleanup: split GPU_batchCampbell Barton
2018-07-10Fix T55882: crash closing user preferences window in some cases.Brecht Van Lommel
2018-07-10Fix T55776: crash with multiple windows and reload new.Brecht Van Lommel
2018-07-04Fix issue with closing child windows in recent changes.Brecht Van Lommel
2018-07-04Workspaces: store view layer per main window, instead of per workspace.Brecht Van Lommel
2018-07-04Workspaces: add main and child windows.Brecht Van Lommel
2018-06-30Fix a number of small errors in area coordinate handlingSeverin
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-27UI: remove layout choosing menu from new window operator.Brecht Van Lommel
2018-06-26UI: status bar cursor keymap displayCampbell Barton
2018-06-21Fix T55555: Crash when select material propertiesAntonioya
2018-06-21Cleanup: Move logic for initialising a new Drivers editor into its own functionJoshua Leung
2018-06-14Preview: Add own opengl context to render preview images.Clément Foucault
2018-06-14Cleanup: remove last G.main's in WM code of 2.8.Bastien Montagne
2018-06-14Merge branch 'master' into blender2.8Bastien Montagne
2018-06-14Cleanup: Remove last G.main's from WM code.Bastien Montagne
2018-06-08DRW: Fix animated material not refreshingDalai Felinto
2018-06-08Rename: GPU_texture_orphansDalai Felinto
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-06Cleanup: get rid of just-added G.main usage.Bastien Montagne
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-06-02GPU: Fix texture being freed in threads without ogl context bound.Clément Foucault
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-30Fix selection randomly failing with border render.Brecht Van Lommel
2018-05-23UI: Global "Status-bar" Area (WIP)Julian Eisel
2018-05-22Drivers UI (Part of T55145): Add "Show Drivers Editor" entry to RMB menusJoshua Leung
2018-05-17Fix menu navigation and modal tools affecting the active region.Brecht Van Lommel
2018-04-28Python/UI: add more convenient API for drawing based on DPI.Brecht Van Lommel
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-04-25WM: Add GHOST lazy init for background mode.Clément Foucault
2018-04-24Hide top-bar in fullscreenJulian Eisel
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-10WM: Fix a crash (assert) when creating a new window.Clément Foucault
2018-04-08Merge branch 'master' into blender2.8Sybren A. Stüvel