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-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-06-29LineArt: Shadow and related functionalities.Yiming Wu
2022-06-16LineArt: Variable name cleanups.Yiming Wu
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'gpencil_modifiers'Campbell Barton
2021-10-26LineArt: Stroke offset towards camera.YimingWu
2021-06-29LineArt: Filtering intersection lines using mask numbersYimingWu
2021-06-28LineArt: Occlusion effectiveness supportYimingWu
2021-06-16LineArt: Cached calculation for modifiers in the same stack.YimingWu
2021-04-30Fix missing NULL check in grease-pencil clear strokesCampbell Barton
2021-04-01LineArt: Remove resampling settings.YimingWu
2021-03-22Fix UI (and code!) typos.Bastien Montagne
2021-03-21Cleanup: move some headers from MOD_lineart.h to source filesCampbell Barton
2021-03-21Cleanup: redundant headers in 'source/blender/gpencil_modifiers'Campbell Barton
2021-03-21Cleanup: unused return statementsCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-19LineArt: Add missing modifer and sanity checks to bake operatorSebastian Parborg
2021-03-18Cleanup, LineArt: Sample -> ResampleYimingWu
2021-03-18Fix T86692: Start Line Art GP objects on frame 0YimingWu
2021-03-18Cleanup, LineArt: Rename LineartLine -> LineartEdgeSebastian Parborg
2021-03-17UI: Tweak labels, descriptions, and panel layout for line artHans Goudey
2021-03-16Grease Pencil: Add LineArt modifierYimingWu