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-03-16Code cleanup: fix various compiler warnings on clang/macOS.Brecht Van Lommel
2018-03-16Merge branch 'master' into blender2.8Brecht Van Lommel
2018-03-16Fix T54326: Import Alembic stuck in edit modeKévin Dietrich
2018-03-16Fix T53971: single layer render showing the wrong render layer in image editor.Cheryl Chen
2018-03-15BLI_assert: extract from BLI_utildefinesCampbell Barton
2018-03-15UV/Image Editor: Optimize UV DrawingGermano
2018-03-15Depsgraph: Fix missing shader updates with copy on writeSergey Sharybin
2018-03-15Mesh: Batch cache: Fix sculpt update issue.Clément Foucault
2018-03-15Merge branch 'master' into blender2.8Campbell Barton
2018-03-15Minor cleanup & commenting.Bastien Montagne
2018-03-15Missed last commitCampbell Barton
2018-03-15BLI_math: don't use asserts in inline APICampbell Barton
2018-03-14Fix T54322: partial redraw not working after recent refactor.Brecht Van Lommel
2018-03-14Merge branch 'master' into blender2.8Bastien Montagne
2018-03-14Style cleanup.Bastien Montagne
2018-03-14Fix (unreported) broken IDarray case in IDP_EqualsProperties_ex.Bastien Montagne
2018-03-14Fix T54319: Crash after double-clicking baked F-curveSergey Sharybin
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-03-14Depsgraph: Fix missing updates with driversSergey Sharybin
2018-03-14Clay: Add FXAA.Clément Foucault
2018-03-14GPUViewport: Fix offscreen multisample syncing.Clément Foucault
2018-03-14Clay: Refactor: Port clay to a deferred pipeline.Clément Foucault
2018-03-14DRW: Add DRW_viewport_invert_size_get for more ease of use.Clément Foucault
2018-03-14GPUTexture: Unlock GL_R16I format.Clément Foucault
2018-03-14Fix make single user crashDalai Felinto
2018-03-14Cleanup: use flags instead of collection of bools to get RNA override status.Bastien Montagne
2018-03-14Merge branch 'master' into blender2.8Campbell Barton
2018-03-14Cleanup: use sections for editmesh tools/selectCampbell Barton
2018-03-14Eevee: Fix sequencer rendering.Clément Foucault
2018-03-14GPUViewport: Fix offscreen multisample rendering.Clément Foucault
2018-03-14GPUTexture: Save sample count inside texture struct.Clément Foucault
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: pass selectmode directlyCampbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-13Fix (unreported) crash when changing active shapekey in Edit mode.Bastien Montagne
2018-03-13Fix T54302 - Wrong added scene when adding a scene strip to the SequencerJoshua Leung
2018-03-13Use Action datablock's own icon (instead of Animation Data's one) for File Br...Joshua Leung
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: long lines, use doxy sectionsCampbell Barton
2018-03-13Eevee: Render: Add Info messages.Clément Foucault
2018-03-13Eevee: Render: Allow cancel during probe update.Clément Foucault
2018-03-13Eevee: Render: Fix softlock if rendering before lazy shader compil ends.Clément Foucault
2018-03-13GPUMaterial: Fix non finished material status if shader has no output.Clément Foucault
2018-03-13Eevee: Fix temporal sampling not resetting.Clément Foucault
2018-03-13Eevee: Fix bad Outlines after probe updates.Clément Foucault
2018-03-12Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-12Fix type in commentSergey Sharybin
2018-03-12Depsgraph: Make timing profile a command line optionSergey Sharybin
2018-03-12Fix T54296: Cycles viewport render stuck on constant re-renderSergey Sharybin
2018-03-12Merge branch 'master' into 28Campbell Barton