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

4 Modified Paths:

/source/blender/blenkernel/intern/tracking_stabilize.c (+1, -1) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+27, -12) (Diff)
/source/blender/imbuf/intern/imageprocess.c (+117, -30) (Diff)
/source/blender/sequencer/intern/render.c (+2, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021