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-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-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 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-05Merge branch 'blender-v2.91-release' into masterClément Foucault
2020-11-05GPU: Fix valgrind warnings about branching on uninitialized variablesClément Foucault
2020-11-05Fix T81752 EEVEE: Camera Motion Blur is not blending steps properlyClément Foucault
2020-11-05Fix T80842 Grease Pencil: Subtract mode is not working as expectedClément Foucault
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-11-05VSE: cache performance optimizationRichard Antalik
2020-11-05Rename extern rendering and proxy functionsRichard Antalik
2020-11-05Cleanup: split sequencer.c fileRichard Antalik
2020-11-05Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-05Fix T80742: curve bevel fails with zero length handles at end-pointCampbell Barton
2020-11-05Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-05Fix T81136: Mesh.loop_triangles kept after applying modifiersCampbell Barton
2020-11-05Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-05Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-05Transform: support individual origins for "To Sphere"Campbell Barton
2020-11-05Fix T65205: "To Sphere" radius too large with proportional editingCampbell Barton
2020-11-05UI: Fix Support for Anonymous Menu SeparatorsHarley Acheson
2020-11-05Cleanup: Use const for function argumentsHans Goudey
2020-11-05Fix T82417: Panels draw below others while animating after dragHans Goudey
2020-11-05Cleanup: Simplify panel collapse handler logicHans Goudey
2020-11-05Cleanup: Remove unused Panel.snap from DNA and handler codeHans Goudey
2020-11-05Cleanup: Remove unused drag scaling code for panelsHans Goudey
2020-11-05Cleanup: Make panel function staticHans Goudey
2020-11-05Cleanup: Move function to proper fileHans Goudey
2020-11-05Fix T80313: Fix clipped text in splash screen on hiDPI monitorsJulian Eisel
2020-11-05Cleanup: Improve property search related comments panel codeHans Goudey
2020-11-04Cleanup: Use LISTBASE_FOREACHHans Goudey
2020-11-04UI: Replace uses of "loc/rot" with full wordsNathan Craddock
2020-11-04Cleanup: Remove incorrect commentHans Goudey