Blender Git Commit Log
Git Commits -> Revision ab927f5
Revision ab927f5 by Jeroen Bakker (master) December 3, 2021, 12:48 (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: ab927f5ca7a35393ea28de56e7a8d2a938c5de34
Parent Commit: c4e041d
Lines Changed: +147, -49