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
path: root/source
AgeCommit message (Expand)Author
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-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 remote-tracking branch 'origin/blender2.8' into temp-eeveelightcacheClément Foucault
2018-07-05Eevee: LightCache: Sort probes by sizeClément Foucault
2018-07-04Fix issue with closing child windows in recent changes.Brecht Van Lommel
2018-07-04Eevee: LightCache: Fix compilation error.Clément Foucault
2018-07-04GPUTexture: Support GL_R11FG11FB10F textures w/ GPU_DATA_FLOAT dataClément Foucault
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-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-04Weight Paint: draw from original meshCampbell Barton
2018-07-04Merge remote-tracking branch 'origin/blender2.8' into temp-eeveelightcacheClément Foucault
2018-07-04Eevee: Fix incorrect padding in octahedral mappingClément Foucault
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-04Keymap: resolve group/un-group inconsistenciesCampbell Barton
2018-07-04Fix NLA transform crashCampbell Barton
2018-07-04Keymap: Add back Ctrl-M for mirrorCampbell Barton
2018-07-04Keymap: Remove pie menu from tab-keyCampbell Barton
2018-07-04UI: Fix node triangle always using selected colorPablo Vazquez
2018-07-04Keymap: use add key instead of verifyCampbell Barton
2018-07-04CMake: Add missing header file to list of sourcesSergey Sharybin
2018-07-04SoftBody: share point cache between CoW copiesSybren A. Stüvel
2018-07-04SoftBody: refactored sbFree()Sybren A. Stüvel