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-11-16Keymaps: replace select / action mouse systemBrecht Van Lommel
2018-11-15Keymap: remove 3D cursor keymapCampbell Barton
2018-11-15Eevee: Add Filter Quality settingClément Foucault
2018-11-15Eevee: Add Glossy Reflection clampingClément Foucault
2018-11-15Viewport collections visibility: Viewport and Selection optionsDalai Felinto
2018-11-15Viewport collections visibility: Remove collection iconDalai Felinto
2018-11-15Eevee: Add irradiance smoothingClément Foucault
2018-11-15Eevee: Add Light Threshold valueClément Foucault
2018-11-15Fix node_shader_utils: "Specular Tint" is a float (not a color)Philipp Oeser
2018-11-15Splash: tweak quick setup to use single column style layout.Brecht Van Lommel
2018-11-15Keymaps: add select with left / right option to quick setup splash screen.Brecht Van Lommel
2018-11-15Viewport collections visibility popoverDalai Felinto
2018-11-15Keymaps: minor code refactor after adding tools to default preset.Brecht Van Lommel
2018-11-15Icons: sculpt tool updates r62157William Reynish
2018-11-15Tool System: add curve tilt toolWilliam Reynish
2018-11-15Icons: add tilt toolWilliam Reynish
2018-11-15UI: remove node tree panelsCampbell Barton
2018-11-15Cleanup: typo, whitespaceCampbell Barton
2018-11-15WM: use Python bytecode cache to run presetsCampbell Barton
2018-11-15WM: use spacebar press event (not double click)Campbell Barton
2018-11-15Keymap: remove keymap export that wrote API callsCampbell Barton
2018-11-15Tool System: use preset keymap loading logicCampbell Barton
2018-11-15Missed when moving tool keymapsCampbell Barton
2018-11-15Keymap: use parameters for tool keymapCampbell Barton
2018-11-15Keymap: move tool system keymaps into the default keymapCampbell Barton
2018-11-15WM: remove warning when toolbar not foundCampbell Barton
2018-11-14Fix some templates for 2.8.Bastien Montagne
2018-11-14Py API Docs: documentation for gpu_extras.presetsJacques Lucke
2018-11-14Fix icon in Clip Editor header (Graph view type with enabled Filters)Philipp Oeser
2018-11-14Fix copy tracking settings operatorsPhilipp Oeser
2018-11-14UI: Comment out "Clip border" operatorClément Foucault
2018-11-14Tool System: remove duplicate gpencil draw UICampbell Barton
2018-11-14Correct assert generating tool tip/keymapCampbell Barton
2018-11-14Paint: remove brush select paint_modeCampbell Barton
2018-11-13Fix tool keymaps not working properly after recent changes.Brecht Van Lommel
2018-11-13Keymaps: minor code refactor to abstract some events, no functional changes.Brecht Van Lommel
2018-11-13Keymap: code refactor to makes some events changeable with parameters.Brecht Van Lommel
2018-11-13Keymaps: refactor loading of default keymap, fix bugs.Brecht Van Lommel
2018-11-13Python GPU API: gpu_extras.presets.draw_texture_2dJacques Lucke
2018-11-13Fix T57794: Text in Clip Editor Dopesheet not visiblePhilipp Oeser
2018-11-13UI: move gpencil paint into topbar only layoutCampbell Barton
2018-11-13Cleanup: remove redundant checksCampbell Barton
2018-11-13Tool System: use enum for gp sculpt/weight paintCampbell Barton
2018-11-13Keymap: more more standard keys for select toolsCampbell Barton
2018-11-13GP: box/lasso support for select-operationsCampbell Barton
2018-11-13Cleanup: use namedtuple for KeymapParamsCampbell Barton
2018-11-13Merge branch 'master' into blender2.8Campbell Barton
2018-11-12Eevee: Hide Sprite threshold as it is not implemented yetClément Foucault
2018-11-12WM: avoid string replace w/ appconfig-activateCampbell Barton
2018-11-12style fixJacques Lucke