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-11-06Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-06Fix Outliner editbone selection with 'Sync Selection'Philipp Oeser
2020-11-06Cleanup: Clang-Tidy warningsSergey Sharybin
2020-11-06Fix compilation error in GHOSTJeroen Bakker
2020-11-06Cleanup: Fix the order of info_cfg_option.Ankit Meel
2020-11-06Cleanup: add missing doxygen groupAaron Carlisle
2020-11-06Cleanup: Fix wrong doxygen groupsAaron Carlisle
2020-11-06CMake: configue_file() to pass strings for build-infoCampbell Barton
2020-11-06Fix uninitialized valueAaron Carlisle
2020-11-06Cleanup: use 'BKE_' prefix for initialization functionsCampbell Barton
2020-11-06Cleanup: use doxy sections for node_group.cCampbell Barton
2020-11-06Cleanup: use if/else check for property pollCampbell Barton
2020-11-06Cleanup: replace STREQLEN with STRPREFIX for constant stringsCampbell Barton
2020-11-06Cleanup: use STR_ELEM macroCampbell Barton
2020-11-06Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-11-06Cleanup: Use descriptive variable namesHans Goudey
2020-11-06Cleanup: de-duplicate code for instancing objects when linkingCampbell Barton
2020-11-06Cleanup: doxygen commentsCampbell Barton
2020-11-06Cleanup: doxygen comments in ghostCampbell Barton
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: use bool argument in BLI_noiseCampbell Barton
2020-11-06Cleanup: BLI_noiseCampbell Barton
2020-11-06Cleanup: remove unused BLI_turbulence1Campbell Barton
2020-11-06Cleanup: use snake case for BLI_args APICampbell Barton
2020-11-06Cleanup: remove unused BLI_argsArgvCampbell Barton
2020-11-06Cleanup: use string APPEND/PREPENDCampbell Barton
2020-11-06Cleanup: transform.h comments, use doxy sectionsCampbell Barton
2020-11-06Cleanup: sort structs, filesCampbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-06Cleanup: unused variableCampbell Barton
2020-11-06UI: Tweaks to the Warning IconYevgeny Makarov
2020-11-06Merge branch 'blender-v2.91-release'Pablo Dobarro
2020-11-06Fix T81915: Draw Face Sets not working with deformed sculpt meshPablo Dobarro
2020-11-06Fix memory leaks in sculpt mode trimming toolsPablo Dobarro
2020-11-06Fix T82400: Dyntopo detail size edit operator visual glitchPablo Dobarro
2020-11-06Fix Dyntopo detail size preview orientation not matching the cursorPablo Dobarro
2020-11-06Move "Camera Parent Lock" from preferences to Object RelationsHans Goudey
2020-11-06Fix T82423: Add modifier key back into keymapRobert Guetzkow
2020-11-06Fix T82164: Knife tool draws huge vertices after using bgl.glPointSizeGermano Cavalcante
2020-11-05Merge branch 'blender-v2.91-release'Robert Guetzkow
2020-11-05Fix T82423: Replace duplicate name in keymapRobert Guetzkow
2020-11-05Cleanup: Reduce variable scopeAaron Carlisle
2020-11-05Fix T80043: missing Cycles displacement update when relinking output socketsBrecht Van Lommel
2020-11-05Fluid: Potential fix for T74559: Adaptive Domain creates lines in smokeSebastián Barschkis
2020-11-05Fix T82428: Cycles crashes when building volume meshesKévin Dietrich
2020-11-05Merge branch 'blender-v2.91-release' into masterClément Foucault
2020-11-05GPU: Fix valgrind warnings about branching on uninitialized variablesClément Foucault