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
2020-06-22Cleanup: compiler warningBrecht Van Lommel
2020-06-22Add undo step to Alembic and Collada importers...Bastien Montagne
2020-06-22Fix initialization of Edge Slide with Single SideGermano Cavalcante
2020-06-22Transform: Simplify and rearrange mirror codeGermano Cavalcante
2020-06-22Transform: Do not compute island center when not usedGermano Cavalcante
2020-06-22Cleanup: Remove goto in transform_convert_mesh codeGermano Cavalcante
2020-06-22Cleanup: Rearrange transform_convert_mesh into doxy sectionsGermano Cavalcante
2020-06-22GPencil: Remove Fill selection with Tweak tool and fix bugAntonio Vazquez
2020-06-22Fix T77942: Add Cube scales immediately upon creation after changing Size att...Philipp Oeser
2020-06-22Fix error using 'char32_t' as 'wchar_t' on windowsHarley Acheson
2020-06-22Fix T77607: Edit-mode shading regression 2.90Campbell Barton
2020-06-22UI: report when reloading unsaved textCampbell Barton
2020-06-22Python: support building again version 3.9 (unreleased)Campbell Barton
2020-06-21UI: Fix view reset when toggling subpanel expansionHans Goudey
2020-06-21GPencil: Fix unreported missing material onion filter Antonio Vazquez
2020-06-21GPencil: Change effect tooltips for new Shader operatorsAntonio Vazquez
2020-06-21Cleanup: Outliner walk select namingNathan Craddock
2020-06-21Fix T71812: Outliner walk navigation not activatingNathan Craddock
2020-06-20Fix T77328: Crash on undo Draw Face Sets stroke with dyntopo activePablo Dobarro
2020-06-20Fix T77994: VSE crash adding a glow effect stripPhilipp Oeser
2020-06-20Cleanup: use const args for property name/description accessCampbell Barton
2020-06-20Fix T54112: curve.splines.new() ignores Curve.resolution_u/vCampbell Barton
2020-06-20Bevel: add new 'Absolute' mode for interpreting 'amount' value.Howard Trickey
2020-06-19Cleanup: SpellingHans Goudey
2020-06-19UI: ShaderFx Drag and Drop, Layout UpdatesHans Goudey
2020-06-19Outliner: Selection cleanupNathan Craddock
2020-06-19UI: Grease Pencil Modifier Drag and Drop, Layout ChangesHans Goudey
2020-06-19UI: Fix check for constraint panel default expansionHans Goudey
2020-06-19Fix: Crash when closing window while Outliner shows screensJulian Eisel
2020-06-19UI: Minor optimization to Outliner lookup for hovered elementJulian Eisel
2020-06-19UI: Avoid rebuilding Outliner tree when opening/collapsing itemsJulian Eisel
2020-06-19UI: Don't rebuild Outliner tree to remove highlight when leaving areaJulian Eisel
2020-06-19UI: Avoid rebuilding outliner tree when changing area sizeJulian Eisel
2020-06-19Fix T78042: GPencil: Strokes go missing after Interpolation from another layerAntonio Vazquez
2020-06-19Cleanup: Remove unused BKE_constraint functionsHans Goudey
2020-06-19UI: Drag and Drop Constraints, Layout UpdatesHans Goudey
2020-06-19Fix T77476: Transform Align mode using View orientation by defaultGermano Cavalcante
2020-06-19Cleanup: Alembic, replace `ABC_INLINE` with `BLI_INLINE`Sybren A. Stüvel
2020-06-19EEEVEE: Object Motion Blur: Initial ImplementationClément Foucault
2020-06-19LibOverride: Cleanup: remove unused parameter.Bastien Montagne
2020-06-19LibOverride: Parallelize diffing of Main database.Bastien Montagne
2020-06-19LibOverride: rempve ID preview from comparison (diffing) process.Bastien Montagne
2020-06-19LibOverride: add some more debug timing prints...Bastien Montagne
2020-06-19Cleanup: Alembic, removed some unnecessary `extern "C" {}` declarationsSybren A. Stüvel
2020-06-19Cleanup: IO, made some functions in `AbstractHierarchyIterator` protectedSybren A. Stüvel
2020-06-19Fix build with USD, Clang and LinuxStefano Bonicatti
2020-06-19Cleanup: Alembic, replace `#ifndef` guards with `#pragma once`Sybren A. Stüvel
2020-06-19Cleanup: Alembic, move the C++ code to `blender::io::alembic` namespaceSybren A. Stüvel
2020-06-19Cleanup: Alembic, moved exporter code into separate directorySybren A. Stüvel
2020-06-19Fix T67358: Compositor Disabled Node Config -> SegFaultSergey Sharybin