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-12-31LineArt: Correct collection intersection mask logic.YimingWu
2021-12-31LineArt: Correct clamping of out of bound isect indexYimingWu
2021-12-28Revert "LineArt: Intersection function additional clamping"YimingWu
2021-12-28LineArt: Intersection function additional clampingYimingWu
2021-12-27LineArt: Protecting bounding area links.YimingWu
2021-12-27LineArt: Remove duplicated edge-boundbox linking.YimingWu
2021-12-09Cleanup: move public doc-strings into headers for 'gpencil_modifiers'Campbell Barton
2021-12-01LineArt: Use consitent view vector direction.YimingWu
2021-11-30Fix(unreported): LineArt intersection mask logic error.YimingWu
2021-11-30Cleanup: remove blank lines in comment blocksCampbell Barton
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-20Cleanup: Else after returnHans Goudey
2021-11-17LineArt: Improve certain edge cases in occlusionYimingWu
2021-10-27Cleanup: clang-format, clang-tidy, spellingCampbell 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-10-20Cleanup: use elem macrosCampbell Barton
2021-09-30Fix(unreported): LineArt curve objects garbled result.YimingWu
2021-09-26LineArt: Smooth tolerance value for chaining.YimingWu
2021-09-15LineArt: Automatic crease with flat/smooth faces.YimingWu
2021-08-25LineArt: Fix (Unreported) Crash when loading objects.YimingWu
2021-08-20Cleanup: remove BKE_mesh_free_data use for lineart mesh copiesCampbell Barton
2021-08-20Cleanup: accidentally included printfCampbell Barton
2021-08-20Fix memory leak with building springs in the cloth simulatorCampbell Barton
2021-08-20Cleanup: rename BKE_mesh_free -> BKE_mesh_free_dataCampbell Barton
2021-08-18Fix T90695: Lower tile splitting limit for lineartYimingWu
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-31LineArt: Fix(unreported): Child object respect collection visibility.YimingWu
2021-07-30Cleanup: compiler warningsBrecht Van Lommel
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-28LineArt: Camera OverscanYimingWu
2021-07-27LineArt: Occlusion accuracy fix.YimingWu
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-20LineArt: UI cleanups.YimingWu
2021-07-16Cleanup: sort struct declarationsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-14Cleanup: Avoid duplication in line art stroke generationHans Goudey
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: minor changes to edit-mesh API callsCampbell Barton
2021-07-05LineArt: Fix occlusion effectiveness for culled triangles.YimingWu
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29Cleanup: Remove unused function in lineart_cpu.cYimingWu
2021-06-29LineArt: Filtering intersection lines using mask numbersYimingWu
2021-06-29LineArt Cleanup: Rename floating->looseYimingWu
2021-06-28LineArt: Occlusion effectiveness supportYimingWu
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25LineArt: Filtering feature lines with face maskYimingWu
2021-06-25LineArt: More type & related chaining improvementsYimingWu