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 (Collapse)Author
2020-03-09GPencil: Refactor of Draw Engine, Vertex Paint and all internal functionsAntonio Vazquez
This commit is a full refactor of the grease pencil modules including Draw Engine, Modifiers, VFX, depsgraph update, improvements in operators and conversion of Sculpt and Weight paint tools to real brushes. Also, a huge code cleanup has been done at all levels. Thanks to @fclem for his work and yo @pepeland and @mendio for the testing and help in the development. Differential Revision: https://developer.blender.org/D6293
2019-05-20GPencil: Fix presets error after changing parameter nameAntonioya
The old use_follow_draw was renamed to alignment_mode
2019-04-26Fix T63897: GPencil Material Presets showing errorAntonioya
This error was introduced in a previous commit with the rename of the parameter. Also added some missing values.
2018-11-03GP: Change presets for new stroke and fill switchesAntonioya
2018-08-16GP: Add new presets for materialsAntonioya
This allow create prests without import materials and include a requested predefined settings for Stroke only, Fill only and Stroke and Fill.