Fix #118425: LineArt: ensure long edges are shown #118448

Merged
YimingWu merged 2 commits from ChengduLittleA/blender:lineart-fix-clipping into blender-v4.1-release 2024-02-26 04:50:57 +01:00

2 Commits

Author SHA1 Message Date
YimingWu d83786d439 Merge branch 'blender-v4.1-release' into lineart-fix-clipping
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-02-26 10:51:09 +08:00
YimingWu 999fefdb83 Fix #118425: LineArt: ensure long edges are shown
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
Line art used to not calculate edges where both ends are outside image
frame, this will lead to missing edges in some cases where the model is
scaled up pretty big. Now it ensures those edges are still preserved.
2024-02-19 14:28:58 +08:00