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
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: Further use of const when accessing evaluated meshHans Goudey
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov
2021-07-01Fix memory leak in VSE transform codeRichard Antalik
2021-07-01VSE: Snapping feedbackRichard Antalik
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-01Cleanup: rename playhead to current-frameCampbell Barton
2021-07-01Cleanup: outdated IPO references in commentsCampbell Barton
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-30Transform: support multi-threading for most modesCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-30Cleanup: rename 'count' to 'len'Campbell Barton
2021-06-30Cleanup: unused arg warningsCampbell Barton
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-29Cleanup: use 'const' arguments in transform calculationCampbell Barton
2021-06-29Cleanup: translate commentsCampbell Barton
2021-06-28Transform: Move "Proportional Size" and "AutoIK-Len" values to the beginning ...Germano Cavalcante
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-26Edit Mesh: optimize common use-cases for partial updatesCampbell Barton
2021-06-26Cleanup: move snap with projection check into a functionCampbell Barton
2021-06-25Fix T87185: value assigned to modal Scale does not work properlyCampbell Barton
2021-06-24Cleanup: compiler warnings with clangBrecht Van Lommel
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-06-23Cleanup: compiler warning for invalid argument typeCampbell Barton
2021-06-22Transform: display units for proportional edit valueGermano Cavalcante
2021-06-22Cleanup: deduplicate code and rename variablesGermano Cavalcante
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Fix T89291: Objects with rotation deltas don't rotate in correct axesGermano Cavalcante
2021-06-20Cleanup: clang-formatCampbell Barton
2021-06-19VSE: Remove seq->tmp usageRichard Antalik
2021-06-17Cleanup: unused argument, function & shadow variable warningCampbell Barton
2021-06-17VSE: Refactor transform operator codeRichard Antalik
2021-06-17VSE: Reduce transform code complexityRichard Antalik
2021-06-16Fix T88342: 'To Sphere' and 'Push/Pull' not working in Pose modeGermano Cavalcante
2021-06-16Edge-scrolling for node editorLukas Tönne
2021-06-14BMesh: support face-normal calculation in normal & looptri functionsCampbell Barton
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-07Fix T88900: Crash when setting Edge Weight/CreaseGermano Cavalcante