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
2021-07-01Merge branch 'master' into geometry-nodes-unnamed-attributesLukas Tönne
2021-07-01Fix: Export subtitles timecode relative to scene start frame, ignore muted st...Paul Golter
2021-07-01Cleanup: remove redundant calls to BMO_error_clearCampbell Barton
2021-07-01Cleanup: remove bmesh-operator error codeCampbell Barton
2021-07-01Fix edit-mesh partial update regression when snapping to normalsCampbell Barton
2021-07-01Cleanup: replace booleans with enum for storing translate rotationCampbell Barton
2021-07-01Correction to T89571 fix 4546f176eb0f822048b53766f2e97c5a4cbf53c6Campbell Barton
2021-07-01Fix T89571: Align Orientation to Target keeps rotation when toggledCampbell Barton
2021-07-01BLI_linklist_stack: use cast to prevent warnings when used in C++Campbell Barton
2021-07-01Cleanup: spellingCampbell Barton
2021-07-01Cleanup: rename playhead to current-frameCampbell Barton
2021-07-01Cleanup: outdated IPO references in commentsCampbell Barton
2021-07-01Cleanup: spellingCampbell Barton
2021-07-01Cleanup: remove unused internal grease pencil definitionsCampbell Barton
2021-07-01Cleanup: split normal calculation into it's own fileCampbell Barton
2021-07-01Cleanup: clang-format, clang-tidyCampbell Barton
2021-07-01Geometry Nodes: Curve Primitive CircleJohnny Matthews
2021-07-01Cleanup: Fix compiler warning from previous commitHans Goudey
2021-07-01Cleanup: Use bool instead of int, rename variableHans Goudey
2021-06-30UI: custom free function improvementsJacques Lucke
2021-06-30Cleanup: variable naming for texture/material SocketPropertyTypePhilipp Oeser
2021-06-30Fix bad versioning of snapping flagsGermano Cavalcante
2021-06-30Fix T89535: FCurve.mute UI text wrongPhilipp Oeser
2021-06-30Fix T89554: UV snapping brokenPhilipp Oeser
2021-06-30Fix T89153: Follow Path for empty works only in negative valuesSebastian Parborg
2021-06-30Cleanup: store the result of isLockConstraint for reuseCampbell Barton
2021-06-30Cleanup: rename transform mode variablesCampbell Barton
2021-06-30Transform: support multi-threading for bendCampbell Barton
2021-06-30Merge branch 'master' into geometry-nodes-unnamed-attributesLukas Tönne
2021-06-30Transform: support multi-threading for most modesCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-30Cleanup: use const for datatoc declarationsCampbell Barton
2021-06-30Geometry Nodes: Curve Primitive Bezier SegmentJohnny Matthews
2021-06-30Cleanup: rename 'count' to 'len'Campbell Barton
2021-06-30Cleanup: unused arg warningsCampbell Barton
2021-06-30Geometry Nodes: Curve Primitive Quadratic Bezier SegmentJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive SpiralJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive SpiralJohnny Matthews
2021-06-30Cleanup: split uses of _snap_sequencer_apply according to transform modeGermano Cavalcante
2021-06-29Cleanup: Deduplicate codeGermano Cavalcante
2021-06-29Cleanup: split CalcSnapGeometry in smaller functionsGermano Cavalcante
2021-06-29VSE: Improved SnappingRichard Antalik
2021-06-29Fix crash on link/append for asset data-blocks in Thumbnails modeJulian Eisel
2021-06-29UI: Support setting operator properties for `UILayout.operator_menu_enum()`Julian Eisel
2021-06-29Cleanup: Remove unused function in lineart_cpu.cYimingWu
2021-06-29LineArt: Filtering intersection lines using mask numbersYimingWu
2021-06-29Fix T89484: NLA "Remove Empty Animation Data" missing Outliner refreshPhilipp Oeser
2021-06-29Fix T89526: "Toggle Maximize Area" clears context screen propertiesCampbell Barton
2021-06-29Cleanup: unused warningsCampbell Barton
2021-06-29LineArt: Use separate sub panel for line types.YimingWu