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-10-29Fix topbar UI being lost on undo w/ mode changeCampbell Barton
2018-10-29Fix topbar tool UI being lost on undoCampbell Barton
2018-10-29Merge branch 'master' into blender2.8Campbell Barton
2018-10-29Fix assert weight painting after undoCampbell Barton
2018-10-29Multi-Object EditMode: curve select next/prevCampbell Barton
2018-10-29Multi-Object EditMode: curve select more/lessCampbell Barton
2018-10-29Merge branch 'master' into blender2.8Campbell Barton
2018-10-29Modifier: mask threshold optionCampbell Barton
2018-10-29Cleanup: avoid C++ keyword in DNACampbell Barton
2018-10-29PyAPI: remove GPUVertFormat() creation from a listCampbell Barton
2018-10-29Cleanup: typoCampbell Barton
2018-10-29Cleanup: styleCampbell Barton
2018-10-29Fix crash flipping region without active areaJulian Eisel
2018-10-28DRW: Cleanup: Redundant checkClément Foucault
2018-10-28Eevee: Implement jittered soft shadowmapClément Foucault
2018-10-28BLI: Add comment about to orthogonalize_m3/4Clément Foucault
2018-10-28Eevee: Fix contact shadow creating to overshadowingClément Foucault
2018-10-28GP: Refactor Instance modifier and rename to ArrayAntonioya
2018-10-28Fix label misalignment when there are multiple buttons on the right side.Brecht Van Lommel
2018-10-28Cleanup: fix compiler warnings.Brecht Van Lommel
2018-10-28Merge branch 'master' into blender2.8Brecht Van Lommel
2018-10-28Fix snaps appearing in system bookmarks on Linux.Roel Koster
2018-10-27Cleanup: More meaningful variable nameSeverin
2018-10-27UI: operator to press the active buttonCampbell Barton
2018-10-27Multi-Objects: Curve - select pick, linked and short pathDalai Felinto
2018-10-27Cleanup: Remove silly redundant if check in ED_armature_edit_select_pickDalai Felinto
2018-10-27Fix T57367: Multi-Object-Mode: Edit Lattice selection only working for active...Dalai Felinto
2018-10-27Fix lasso selection not working for latticesDalai Felinto
2018-10-26Fix crash when switching to Scripting workspaceDalai Felinto
2018-10-26Small cleanup: Remove uneeded/wrong checkDalai Felinto
2018-10-26Fix unreported: Crash when adding lattice vertex groupDalai Felinto
2018-10-26Fix unreported: Crash when removing lattice vertex groupDalai Felinto
2018-10-26Refactor cleanup: BKE_object_is_in_editmodeDalai Felinto
2018-10-26Fix T57368: Multi-Object-Mode: Edit Lattice draws only activeDalai Felinto
2018-10-26Multi-Objects: LATTICE_OT_make_regularDalai Felinto
2018-10-26Eevee: SSS: Fix issue with mac and stencil buffer blittingClément Foucault
2018-10-26GPU: Add workarounds for buggy glBlitFramebuffer function on macOS + RadeonClément Foucault
2018-10-26GPUTexture: Add supports for GL_DEPTH32F_STENCIL8 texture formatClément Foucault
2018-10-26Workbench: Fix shadows on macOSClément Foucault
2018-10-26GP: Assign new materials to brushesAntonioya
2018-10-26PyAPI: raise error when toolbar panels use tabsCampbell Barton
2018-10-26Fix parsing single int for uniform_intCampbell Barton
2018-10-26WM: default tool was being set for space types w/o toolsCampbell Barton
2018-10-26PyAPI: draw handlers now store args in the capsule contextCampbell Barton
2018-10-26PyAPI: Temp workaround for crash removing cursorCampbell Barton
2018-10-26PyAPI: Make GPUVertFormat() argument optionalCampbell Barton
2018-10-25GP: Include option to render layers by view layerAntonioya
2018-10-25Cleanup: comments and unused codeInes Almeida
2018-10-25PyAPI: rename GPL VertBuf.attr_fill identifier to idCampbell Barton
2018-10-25Depsgraph: don't lose the update tag on rebuild for op nodes with a name.Alexander Gavrilov