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-22GPencil: Simplify sample modifier improvements.YimingWu
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell 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-17LineArt: Invert collection option.YimingWu
2021-12-14Cleanup: clang-formatCampbell Barton
2021-12-13GPencil: Add randomize options to Length modifierCody Winchester
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-11-19Merge branch 'blender-v3.0-release'Omar Emara
2021-11-19LibOverride: Add read-only flags accessors for 'local override' status.Bastien Montagne
2021-11-17UI: Use ampersand instad of 'and' in labelsAaron Carlisle
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-26UI: Improve node editor breadcrumbs displayHans Goudey
2021-10-26LineArt: Custom CameraYimingWu
2021-10-26LineArt: Fix prop range for stroke_depth_offset.YimingWu
2021-10-26LineArt: Stroke offset towards camera.YimingWu
2021-10-04Cleanup: `Neighbour` -> `Neighbor`. and other minor UI messages fixes.Bastien Montagne
2021-09-26LineArt: Smooth tolerance value for chaining.YimingWu
2021-09-24GPencil: Reorganize list of modifiersAntonio Vazquez
2021-09-24GPencil: Change Proximity distance properties to distance typeAntonio Vazquez
2021-09-24GPencil: Invert weight in Weight Proximity modifierAntonio Vazquez
2021-09-22GPencil: Fix compiler warningsAntonio Vazquez
2021-09-22GPencil: Split Weight modifier in two to make more consistentAntonio Vazquez
2021-09-21GPencil: Curvature support for length modifierHenrik Dick (weasel)
2021-09-19Revert "GPencil: Curvature support for length modifier."YimingWu
2021-09-19GPencil: Curvature support for length modifier.YimingWu
2021-09-15GPencil: Dot dash modifier.YimingWu
2021-09-15LineArt: Automatic crease with flat/smooth faces.YimingWu
2021-09-06GPencil: Change icons missing in previous commitAntonio Vazquez
2021-09-06GPencil: Replace temp icons for final designAntonio Vazquez
2021-07-28LineArt: Camera OverscanYimingWu
2021-07-26UI: Line Art Modifier: Tweaks to labels and tooltipsPablo Vazquez
2021-07-20LineArt: UI cleanups.YimingWu
2021-07-02GPencil: New modifier to generate weights dynamicallyAntonio Vazquez
2021-06-29LineArt: Filtering intersection lines using mask numbersYimingWu
2021-06-29LineArt Cleanup: Rename floating->looseYimingWu
2021-06-29Cleanup: use "use_" prefix for boolean typesCampbell Barton
2021-06-28LineArt: Occlusion effectiveness supportYimingWu
2021-06-28UI: Cleanup: Phrasing of tooltips in line art modifierHans Goudey
2021-06-26Cleanup: RNA warningCampbell Barton
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-09Fix T88974: Add missing liboverrides to GP modifiers and shaderfx.Bastien Montagne
2021-05-20GPencil: Adding length modifier.YimingWu
2021-05-09Merge branch 'blender-v2.93-release'Pablo Vazquez