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-07-05GPU: avoid unnecessary multiple nodetree localize and output finding.Brecht Van Lommel
2018-07-05Cleanup: indentationCampbell Barton
2018-07-053D View: split view-numpad into two operatorsCampbell Barton
2018-07-05Refactored into a single optionJeroen Bakker
2018-07-05Refactor: SHOW->HIDEJeroen Bakker
2018-07-05Overlay: enable/disable drawing of specific object types.Jeroen Bakker
2018-07-05Depsgraph: Preserve engine data when doing object copy on write updateSergey Sharybin
2018-07-05Cleanup: Undefined function declarationsSergey Sharybin
2018-07-05Ensure dependency graph exists before initializing editorsSergey Sharybin
2018-07-05Revert "Overlay: enable/disable drawing of specific object types."Jeroen Bakker
2018-07-05Overlay: enable/disable drawing of specific object types.Jeroen Bakker
2018-07-05Cycles: Adding native support for UINT16 textures.Stefan Werner
2018-07-05Cleanup: warningCampbell Barton
2018-07-05Sculpt: Fix disappearing object on undoSergey Sharybin
2018-07-05UI: show modal operator keymaps in the status barCampbell Barton
2018-07-05Fix build w/o fluidsimCampbell Barton
2018-07-05Fluidsim: fixed memory leakSybren A. Stüvel
2018-07-05Fluidsim: ported from DerivedMesh to MeshSybren A. Stüvel
2018-07-05Ported CDDM_apply_vert_normals from DM to MeshSybren A. Stüvel
2018-07-05Revert "Keymap: use Shift-Space for auto-complete"Campbell Barton
2018-07-05Keymap: use Shift-Space for auto-completeCampbell Barton
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-05Cleanup: pep8Campbell Barton
2018-07-04Fix issue with closing child windows in recent changes.Brecht Van Lommel
2018-07-04Workspaces: change behavior when window layout for workspace is missing.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-07-04Cleanup: pass window to listeners, instead of screen + workspace.Brecht Van Lommel
2018-07-04Keymap: movie-clip center frame, match graph viewCampbell Barton
2018-07-04Keymap: proportional edit keysCampbell Barton
2018-07-04Fix Pose Mode selection overlay breaking other overlay.Clément Foucault
2018-07-04UI: Node Link Menu to use same colors as regular menusPablo Vazquez
2018-07-04Kemap: mirror, flip changes from T55162Campbell Barton
2018-07-04Keymap: outliner changes from T55162Campbell Barton
2018-07-04UI: Default theme tweaks for Node editorPablo Vazquez
2018-07-04Keymap: Resolve inconsistencies, T55162Campbell Barton
2018-07-04Depsgraph: Don't force copy-on-write when shading changesSergey Sharybin
2018-07-04Depsgraph: Log entry operations which are directly modified and taggedSergey Sharybin
2018-07-04UI: Default Theme: editor tabs more prominentPablo Vazquez
2018-07-04Weight Paint: draw from original meshCampbell Barton
2018-07-04Eevee: Fix incorrect padding in octahedral mappingClément Foucault
2018-07-04UI: Default theme tweaks to animation channelsPablo Vazquez
2018-07-04UI: Fix channels using editor header color as backgroundPablo Vazquez
2018-07-04Cleanup: remove unused zbuf memberCampbell Barton
2018-07-04Added copyData flag to ocean modifierSybren A. Stüvel
2018-07-04Fluid Sim: Removed unused PointCache pointerSybren A. Stüvel
2018-07-04Cloth simulation: share point cache between CoW copies of objectsSybren A. Stüvel
2018-07-04Pass copy flag to modifier copyData functionSybren A. Stüvel
2018-07-04Cycles Denoising: Pass tile buffers to every OpenCL kernel to conform to stan...Lukas Stockner
2018-07-04Cycles Denoising: Correctly handle target buffer in tile unmapping and move d...Lukas Stockner