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
2022-09-27GPencil: New Outline modifierAntonio Vazquez
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-13Cleanup: Use more specific includes for grease pencil modifiersHans Goudey
2022-03-24GPencil: New Envelope ModifierHenrik Dick
2022-03-14Cleanup: Remove duplicate Bake modifier codeAntonio Vazquez
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-30Fix T93868: GPencil material filter does not work with instancesAntonio Vazquez
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-12-09Cleanup: move public doc-strings into headers for 'gpencil_modifiers'Campbell Barton
2021-10-28Fix 92550: GPencil Vertex Group is not apply as expected when is invertedAntonio Vazquez
2021-10-04Cleanup: pass arguments as constCampbell Barton
2021-09-22GPencil: Split Weight modifier in two to make more consistentAntonio Vazquez
2021-09-15GPencil: Dot dash modifier.YimingWu
2021-07-02GPencil: New modifier to generate weights dynamicallyAntonio Vazquez
2021-05-20GPencil: Adding length modifier.YimingWu
2021-03-21Cleanup: redundant headers in 'source/blender/gpencil_modifiers'Campbell Barton
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-11GPencil: Replace material name with material pointer for Modifiers filterAntonio Vazquez
2020-04-19GPencil: Add Texture modifierCody Winchester
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-13GPencil: Join Tint and Vertex Color modifierAntonio Vazquez
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2019-11-14GPencil MultiStroke modifierYimingWu
2019-09-16Cleanup: Use const variablesAntonio Vazquez
2019-09-01Fix T69364: GPencil Array Modifiers causes crashAntonio Vazquez
2019-08-21GPencil: add new filter by material to modifiersMatias Mendiola
2019-07-19GPencil: Fix wrong material when apply Opacity, Hue or Tint modifierAntonioya
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Cleanup: BKE_gpencil namingCampbell Barton
2019-02-25Cleanup: order of modifiers' headers includes.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-10-28GP: Refactor Instance modifier and rename to ArrayAntonioya
2018-10-24GP: Add new Layer Pass Index filter to modifiersAntonioya
2018-10-22GP: New Time modifierAntonioya
2018-09-19GP: Fix crash when select vertex group in modifiersAntonioya
2018-08-30GP: New Armature modifier and tools to handle weightsAntonioya
2018-08-28GP: Revert replace custom function by standard APIAntonioya
2018-08-28Cleanup: indentationCampbell Barton
2018-08-28GP: Replace custom function by standard APIAntonioya
2018-08-27Cleanup: rename 'vindex' to 'def_nr'Campbell Barton
2018-08-27GP: replace custom API w/ BKE_deform APICampbell Barton