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-10-08Fix sequencer preview/strip checksCampbell Barton
2021-10-05GPencil: Remove unused spacetype check in Paint operatorAntonio Vazquez
2021-10-04GPencil: Simplify code removing extra functionAntonio Vazquez
2021-10-04GPencil: Remove unused flagAntonio Vazquez
2021-09-29GPencil: Avoid double depsgraph tagAntonio Vazquez
2021-09-27Fix T91691: Selecting "Remove unused slots" in Materials panel removes slots ...Bastien Montagne
2021-09-24Cleanup: spelling in commentsCampbell Barton
2021-09-21Fix T91534: GPencil interpolate Sequence fails if stroke has 0 pointsAntonio Vazquez
2021-09-20Cleanup: Refactor VSE overlay settingsRichard Antalik
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-06Cleanup: clang-formatAaron Carlisle
2021-09-04Fix T91143: Gpencil Set Vertex Color not using LinearAntonio Vazquez
2021-09-03GPencil: Smooth thickness when joining strokesAntonio Vazquez
2021-09-02Cleanup: spelling in commentsCampbell Barton
2021-08-30Fix T91056: GPencil merge layers doesn't preseve Keyframe type.Antonio Vazquez
2021-08-21Cleanup: spelling in comments & minor cleanupCampbell Barton
2021-08-20Cleanup: use "free_data" suffix when the argument isn't freedCampbell Barton
2021-08-19GPencil: Cleanup old printf debug linesAntonio Vazquez
2021-08-17GPencil: Convert from Mesh copying Vertex GroupsHenrik Dick
2021-08-16XR: Color Depth AdjustmentsPeter Kim
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-09Cleanup: Fix compiler warningAntonio Vazquez
2021-08-08Cleanup: Fix comment typoAntonio Vazquez
2021-08-08GPencil: Fix memory leak in previous commitAntonio Vazquez
2021-08-08GPencil: New Select Random operatorAntonio Vazquez
2021-08-06Cleanup: clang tidyJacques Lucke
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-04GPencil: New Brush option to define Caps typeAntonio Vazquez
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-27Anotations: Fix a several issues with stroke placementAaron Carlisle
2021-07-26Cleanup: Fix compiler warning in previous commitAntonio Vazquez
2021-07-26Fix T90127: Merge Down layer doesn't take the transform location into accountAntonio Vazquez
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-16Cleanup: Get vertex group names directly from grease pencil dataHans Goudey
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Cleanup: Avoid duplication in line art stroke generationHans Goudey
2021-07-14Fix T89849: Time offset not working with Bake Object transform to Grease pencilAntonio Vazquez
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-05Cleanup: update comment formattingCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Cleanup: remove unused internal grease pencil definitionsCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-28Cleanup: de-duplicate 3D-view depth calculation functionCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-26GPencil: Duplicate Masks when separate Layer/StrokesAntonio Vazquez