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-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
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Refactor: Do not keep a copy of depth buffer in RegionView3DGermano Cavalcante
2021-06-21Fix T89306: GPencil selection doesn't work correctly with modifiersAntonio Vazquez
2021-06-20Cleanup: use eSpace_Type enum typeCampbell Barton
2021-06-18Fix T89259: GPencil Duplicate point doesn't work for last pointAntonio Vazquez
2021-06-18GPencil: Move copy layer settings to functionAntonio Vazquez
2021-06-17Fix T89234: Gpencil Separate doesn't copy settings in Stroke/Point modeAntonio Vazquez
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-06-10Cleanup: spelling in commentsCampbell Barton
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-06-09Fix T88998: GPencil not projecting to the most front surfaceGermano Cavalcante
2021-06-09Fix T88983: GPencil toggle caps error in python enumAntonio Vazquez
2021-06-02Cleanup: unused variableCampbell Barton
2021-06-02GPencil: New operator to Normalize strokesAntonio Vazquez
2021-05-26Cleanup: shadow warningCampbell Barton