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
2020-12-07glTF: update Draco library to new versionJim Eckerlein
2020-12-07Animation: Show Channel Group Colors is now off by defaultSybren A. Stüvel
2020-12-07LibOverride: Abstract a bit handling of local items of RNA collections.Bastien Montagne
2020-12-07Fix (unreported) LibOverride: GPencil local Modifiers not fully editable.Bastien Montagne
2020-12-07Fix T81745: Auto Weights fails with Mirror mod + Vertex Groups XSybren A. Stüvel
2020-12-07UI Code Quality: Start refactoring Outliner tree-element building (using C++)Julian Eisel
2020-12-07Fix missing type check for Outliner eyedropper queryJulian Eisel
2020-12-07Cleanup: Avoid setting (unsafe) Outliner tree element data that won't be usedJulian Eisel
2020-12-07Fix access to invalid data in Outliner tree buildingJulian Eisel
2020-12-07Fix failing Cycles tests after Cryptomatte changesBrecht Van Lommel
2020-12-07Fix bug in cleanup commitSybren A. Stüvel
2020-12-07Cleanup: partial Clang-Tidy modernize-loop-convertSybren A. Stüvel
2020-12-07UI: Fix mistakes in UI messages.Bastien Montagne
2020-12-07Fix Cryptomatte panel not visible in EEVEEJeroen Bakker
2020-12-07File Subversion Bump: 2.92.5Jeroen Bakker
2020-12-07Cycles: Use Blender Cryptomatte Settings.Jeroen Bakker
2020-12-07Fix T83296: Unknown actions no longer perform an undo pushGreg Neumiller
2020-12-07Fix T83347: Smart UV project crashes with wire edgesGreg Neumiller
2020-12-07Cleanup: spellingCampbell Barton
2020-12-07Cleanup: correct enum typeCampbell Barton
2020-12-07GPencil: Enable Layer Onion Skin by defaultAntonio Vazquez
2020-12-06Fluid: Updated Mantaflow source filesSebastián Barschkis
2020-12-06UI: Alert Dialog Helper FunctionYevgeny Makarov
2020-12-06UI: 'About Blender' with Full LogoYevgeny Makarov
2020-12-06Reorder fields in boolean's ITT_value to save memory.Howard Trickey
2020-12-06Doxygen: Increase lookup cacheAaron Carlisle
2020-12-06Doxygen: Disable HTMLHELPAaron Carlisle
2020-12-05Fix crashes with invisible Outliners on fullscreen or window closingJulian Eisel
2020-12-05Fix T83400: GPencil onion skin not visible when Edit Lines is enabledAntonio Vazquez
2020-12-05Add more timing hooks for boolean.Howard Trickey
2020-12-05Cleanup: Finish porting outliner tree building to C++Nathan Craddock
2020-12-05Cleanup: Outliner Data API display modeNathan Craddock
2020-12-05Cleanup: Outliner scenes display modeNathan Craddock
2020-12-05Cleanup: Outliner orphan data display modeNathan Craddock
2020-12-05Cleanup: Outliner video sequencer display modeNathan Craddock
2020-12-04Fix incorrect variable name after last commitHans Goudey
2020-12-04Cleanup: Use LISTBASE_FOREACH macro in windowmanager internHans Goudey
2020-12-04Cleanup: Move Outliner runtime hash into internal runtime struct, out of DNAJulian Eisel
2020-12-04Atomics: Add 16 bit fetch + AND and fetch + OR signed integer operationsJulian Eisel
2020-12-04Fix API doc generation.Bastien Montagne
2020-12-04macOS deps: Support building clang tidyAnkit Meel
2020-12-04Transform: Don't use Automatic Constraint Plane in 2D editorsGermano Cavalcante
2020-12-04Cleanup: Deduplicate constraint event codeGermano Cavalcante
2020-12-04i18n utils CLI: add missing RTL process command.Bastien Montagne
2020-12-04i18n utils: Add first version of the CLI wrapper around i18n tools.Bastien Montagne
2020-12-04i18n utils: Add a helper to list and match po files with languages codes.Bastien Montagne
2020-12-04i18n utils : Reduce dependency to Blender bpy API, step 2.Bastien Montagne
2020-12-04i18n utils: reduce dependency to Blender bpy API, step 1.Bastien Montagne
2020-12-04i18n utils: Cleanup.Bastien Montagne
2020-12-04Cleanup: Declare variables where initializedHans Goudey