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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-01-22LineArt: Option to keep contour when using face mark filtering.YimingWu
2022-01-22LineArt: Back face cullingYimingWu
2022-01-22LineArt: Noise tolerant chaining.YimingWu
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-27LineArt: Protecting bounding area links.YimingWu
2021-12-09Cleanup: move public doc-strings into headers for 'gpencil_modifiers'Campbell Barton
2021-11-30Cleanup: remove blank lines in comment blocksCampbell Barton
2021-11-17LineArt: Improve certain edge cases in occlusionYimingWu
2021-10-26LineArt: Trimming edges right at the image borderYimingWu
2021-10-26LineArt: Custom CameraYimingWu
2021-10-26LineArt: Stroke offset towards camera.YimingWu
2021-09-26LineArt: Smooth tolerance value for chaining.YimingWu
2021-09-15LineArt: Automatic crease with flat/smooth faces.YimingWu
2021-08-18Fix T90695: Lower tile splitting limit for lineartYimingWu
2021-07-30Cleanup: compiler warningsBrecht Van Lommel
2021-07-28LineArt: Camera OverscanYimingWu
2021-07-27LineArt: Occlusion accuracy fix.YimingWu
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-06-29LineArt: Filtering intersection lines using mask numbersYimingWu
2021-06-29LineArt Cleanup: Rename floating->looseYimingWu
2021-06-28LineArt: Occlusion effectiveness supportYimingWu
2021-06-25LineArt: Filtering feature lines with face maskYimingWu
2021-06-25LineArt: More type & related chaining improvementsYimingWu
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-16LineArt: Cached calculation for modifiers in the same stack.YimingWu
2021-06-08LineArt: Threaded Object Loading.YimingWu
2021-05-27LineArt: List Optimization for tile linked data.YimingWu
2021-05-27Cleanup: Line art variable naming.YimingWu
2021-05-25Cleanup: Use ListBase in various places in line art.YimingWu
2021-05-25Cleanup: Line art naming changes.YimingWu
2021-05-12Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-13Cleanup: redundant struct declarationsCampbell Barton
2021-04-01LineArt: Remove resampling settings.YimingWu
2021-03-22Cleanup: spelling, expand on commentsCampbell Barton
2021-03-21Cleanup: move some headers from MOD_lineart.h to source filesCampbell Barton
2021-03-21Cleanup: remove window manager headers from MOD_lineartCampbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-19LineArt: Remove geometry space chainingYimingWu
2021-03-18Cleanup, LineArt: Sample -> ResampleYimingWu
2021-03-18LineArt: Do not calculate lines for objects not includedYimingWu
2021-03-18Cleanup, LineArt: Rename LineartLine -> LineartEdgeSebastian Parborg
2021-03-17LineArt: Remove "Render" in structure names.YimingWu
2021-03-16Grease Pencil: Add LineArt modifierYimingWu