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-08-20Fix T90795: Moving keys in Grease Pencil Dopesheet crashes BlenderGermano Cavalcante
2021-08-19Fix the value in the graphical editor header when transformingGermano Cavalcante
2021-08-19Fix T87173: wrong Auto-Snap in animation editorsGermano Cavalcante
2021-08-19Transform Convert Action: conventionalize TransData creationGermano Cavalcante
2021-08-19Fix incremental snap in animation editorsGermano Cavalcante
2021-08-19Cleanup: move animation snap utilities to a separate compilation unitGermano Cavalcante
2021-08-17Cleanup: move 'recalcData' to 'transform_convert.h'Germano Cavalcante
2021-08-17Fix wrong Anim Auto-Snap Ctrl togglePhilipp Oeser
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-06Fix T90477: Cursor vertex snapping not working in UV editorGermano Cavalcante
2021-08-05Action Constraint: add Split Channels Mix choices from Copy TransformsAlexander Gavrilov
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-03Fix T90313: Align to Transform Orientation Axis Property Doesn't WorkGermano Cavalcante
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-26VSE: Fix snapping bugsRichard Antalik
2021-07-24UI: Do not abbreviate/shorten wordingAaron Carlisle
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Cleanup: quiet GCC maybe-uninitialized warningCampbell Barton
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-16Fix T89722: Duplicate macro can cause strips to overlapRichard Antalik
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Fix T89826: VSE snapping with constrained axisRichard Antalik
2021-07-14Transform: Identify more safely when the mesh is deform onlyGermano Cavalcante
2021-07-13Fix 'Correct Face Attributes' optionGermano Cavalcante
2021-07-13Cleanup: replace BKE_customdata.h in BKE_editmesh.hCampbell Barton
2021-07-13Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'Germano Cavalcante
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
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