VSE: add Cubic Mitchell filtering, rename previous cubic to Cubic BSpline #117517

Merged
Aras Pranckevicius merged 1 commits from aras_p/blender:vse-mitchell into main 2024-01-26 11:57:28 +01:00

1 Commits

Author SHA1 Message Date
Aras Pranckevicius f6f33d3dbb VSE: add Cubic Mitchell filtering, rename previous cubic to Cubic BSpline
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-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
Part of overall "improve filtering situation" (#116980) task:

- Add "Cubic Mitchell" filtering option to VSE strips. This is a cubic
  (4x4) filter that generally looks better than bilinear, while not
  blurring the image as much as the Cubic BSpline filter that exists
  elsewhere within Blender. It is also default in many other apps.
- Rename the (very recently added) VSE Bicubic filter option to
  Cubic BSpline.
2024-01-25 19:18:07 +02:00