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-05Merge branch 'master' into blender2.8Campbell Barton
2018-04-05GPUBatch: Change preset managment system.Clément Foucault
2018-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2018-04-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Undo: remove particle undo pushCampbell Barton
2018-04-03Undo: replace global access w/ ED_undo_stack_getCampbell Barton
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-31UI: Perf: Batch icons drawcalls together.Clément Foucault
2018-03-29Cleanup: Use uppercase UI_ prefix for external functionsJulian Eisel
2018-03-29UI: Perf: widgetbase: Replace imm usage by a batch cache.Clément Foucault
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Cleanup: move image undo into own fileCampbell Barton
2018-03-22Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-22GPUCompositing: Remove entire module.Clément Foucault
2018-03-22Fix T54348: Bone dissolve gives invalid hierarchyCampbell Barton
2018-03-19Cleanup: avoid passing bContext to particle APICampbell Barton
2018-03-19Merge branch 'master' into blender2.8Campbell Barton
2018-03-19Cleanup: move armature undo into own fileCampbell Barton
2018-03-19Cleanup: move curve undo into own fileCampbell Barton
2018-03-19Cleanup: split lattice into own libraryCampbell Barton
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: pass selectmode directlyCampbell Barton
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: long lines, use doxy sectionsCampbell Barton
2018-03-12Merge branch 'master' into blender2.8Campbell Barton
2018-03-12Cleanup: sync EDBM_uv_* functions w/ 2.8Campbell Barton
2018-03-08Merge branch 'master' into blender2.8Campbell Barton
2018-03-08Cleanup: Rename view3d context set functionCampbell Barton
2018-03-06Merge branch 'master' into blender2.8Campbell Barton
2018-03-06Utility to enter sculpt modeCampbell Barton
2018-03-03WorkSpace: use existing mode data w/ scene-switchCampbell Barton
2018-03-02Fix build errors in LinuxDalai Felinto
2018-03-02WorkSpace: Simplify exiting mode after changesCampbell Barton
2018-03-02WorkSpace: move edit mode w/ sync into own funcCampbell Barton
2018-03-02WorkSpace: ED_workspace_object_mode_in_other_window check other windowsCampbell Barton
2018-03-02Cleanup: move ED_object_mode_generic_* to object_modes.cCampbell Barton
2018-03-02Merge branch 'master' into blender2.8Campbell Barton
2018-03-02Object Mode: move logic to 'object_modes.c'Campbell Barton
2018-03-02WorksSpace: sync object-modes when changing sceneCampbell Barton
2018-03-01WorkSpace: fix mode exiting w/ multi-windowCampbell Barton
2018-02-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-02-28Fix T52685, part II: Add option to strip numbers from flipped bone names again.Bastien Montagne
2018-02-28WorkSpace: use existing objects mode on selectCampbell Barton
2018-02-28Workspace: sync object-modes to other workspacesCampbell Barton
2018-02-22WorkSpace: object-mode switching supportCampbell Barton
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton
2018-02-17Code cleanup: remove WM subwindows.Brecht Van Lommel