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-10-28LineArt: Fix(unreported) Material mask panel logicYimingWu
2021-10-28LineArt: Fix(unreported) depsgraph camera errorYimingWu
2021-10-27Cleanup: use 'use_' prefix for RNA naming in grease pencil modifiersCampbell Barton
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-02LineArt: Prevent depsgraph warning when camera is NULL.YimingWu
2021-07-28LineArt: Camera OverscanYimingWu
2021-07-26Cleanup: clang tidyJacques Lucke
2021-07-26UI: Line Art: Rename "Baking" panel to "Bake"Pablo Vazquez
2021-07-26UI: Line Art: Always use Material icon on pickerPablo Vazquez
2021-07-20LineArt: UI cleanups.YimingWu
2021-07-11Cleanup: correct spelling in comments, remove profanityCampbell Barton
2021-07-10LineArt: Fix edge type panel `use_cache` prop.YimingWu
2021-07-10LineArt: Fix modifier apply.YimingWu
2021-06-29LineArt: Filtering intersection lines using mask numbersYimingWu
2021-06-29Cleanup: unused warningsCampbell Barton
2021-06-29LineArt: Use separate sub panel for line types.YimingWu
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-16LineArt: Cached calculation for modifiers in the same stack.YimingWu
2021-06-11LineArt: Fix crash due to empty duplicollection.YimingWu
2021-05-19Merge branch 'blender-v2.93-release'Clément Foucault
2021-05-19Fix T88362: Lineart countour rendering errorYimingWu
2021-04-26LineArt: UI fixes to match the content for 2.93 manual.YimingWu
2021-04-11Cleanup: use ELEM, STREQ macrosCampbell Barton
2021-04-02GPencil: Prevent RNA assignment of invalid materials in modifiersPhilipp Oeser
2021-04-01LineArt: Remove "soft selection" option.YimingWu
2021-04-01LineArt: Remove resampling settings.YimingWu
2021-03-23Fix incorrect flag usage in line art modifierCampbell Barton
2021-03-23RNA: correction to a05cbc9914a76fa50c8367262dff507506e26c66Campbell Barton
2021-03-22Fix UI (and code!) typos.Bastien Montagne
2021-03-22RNA: rename recently added line-art propertiesCampbell Barton
2021-03-22RNA: use boolean array for transarency masksCampbell Barton
2021-03-21Cleanup: redundant headers in 'source/blender/gpencil_modifiers'Campbell Barton
2021-03-21Cleanup: spelling, doxygen comment formattingCampbell Barton
2021-03-19LineArt: Added back the missing "allow_clipping_boundaries" option.YimingWu
2021-03-19LineArt: Remove geometry space chainingYimingWu
2021-03-18Cleanup, LineArt: Sample -> ResampleYimingWu
2021-03-18LineArt: Expose the allow_duplication property for instanced objects.YimingWu
2021-03-18Fix T86692: Start Line Art GP objects on frame 0YimingWu
2021-03-18Cleanup, LineArt: Rename LineartLine -> LineartEdgeSebastian Parborg
2021-03-17Cleanup: Remove commented codeHans Goudey
2021-03-17UI: Tweak labels, descriptions, and panel layout for line artHans Goudey
2021-03-16Grease Pencil: Add LineArt modifierYimingWu