Blender Git Commit Log
Git Commits -> Revision 80adda3
Revision 80adda3 by Jeroen Bakker (lineart-shadow) December 8, 2021, 06:53 (GMT) |
ImBuf: Made Wrapping and Cropping optional in IMB_transform. `IMB_transform` is used in VSE. It had a required crop parameter for cropping the source buffer. This is not always needed. In the image engine we want to use the use the `IMB_transform` with wrap repeat. Both options are mutual exclusive and due to performance reasons the wrap repeat is only available when performing a nearest interpolation. |
Commit Details:
Full Hash: 80adda3661b83de24bef9b055e1a670ffb30d112
Parent Commit: 9cf18f0
Committed By: YimingWu
Lines Changed: +147, -49