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-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
2020-06-19Performance: Never draw channels region during playbackJeroen Bakker
2020-06-19Freestyle: Fix compilation error with C++17Sergey Sharybin
2020-06-19Cloth: allow forces to act parallel to cloth.Alexander Gavrilov
2020-06-19Fix T78024: GPencil - Add missing UV Fill prop to RNAAntonio Vazquez
2020-06-19Alembic: always export transforms as inheritingSybren A. Stüvel
2020-06-19Alembic: prevent spaces in names of exported particle systemsSybren A. Stüvel
2020-06-19Alembic: export object data with object data nameSybren A. Stüvel
2020-06-19IO: ensure export path and export name are always consistentSybren A. Stüvel
2020-06-19IO: Allow exporting a subset of the writersSybren A. Stüvel
2020-06-19IO: Move Abstract Hierarchy Iterator into `io/common`Sybren A. Stüvel
2020-06-19Fix T77997: GPencil insert keyframe on timeline doen't update viewportAntonio Vazquez
2020-06-19Writefile: move file flags to BlendFileWriteParamsCampbell Barton
2020-06-19Cleanup: SPACE_ACTION does not have a RGB_TYPE_TOOL_HEADERJeroen Bakker
2020-06-19Cleanup: use bool and enums in `match_region_with_redraws`Jeroen Bakker
2020-06-19Fix app-templates not resetting the user interfaceCampbell Barton
2020-06-19Outliner: Show pose group iconsNathan Craddock
2020-06-19Cleanup: use doxy sectionsCampbell Barton
2020-06-19Cleanup commented separator.Pablo Vazquez
2020-06-19Cleanup: unsupported ATTR_FALLTHROUGH use, clang-formatCampbell Barton
2020-06-18Cleanup: Move snap callbacks to their respective transform modeGermano Cavalcante
2020-06-18Fix T78004: Instant crash when Shift+D duplicating a Collection Instance.Bastien Montagne
2020-06-18UI: Weight Modifiers Falloff: Use better step iconAaron Carlisle
2020-06-18LibOverride: only tag actually changed orig IDs for automatic override diffing.Bastien Montagne
2020-06-18LibOverride: Improve performances by using better string hashing function.Bastien Montagne
2020-06-18Depsgraph: use blender::Map instead of std::mapJacques Lucke
2020-06-18LibOverride: increase speed of RNA diffing process.Bastien Montagne
2020-06-18UI: Place "New Collection" item above list in Move/Link to Collection menuPablo Vazquez