Blender Git Commit Log

Git Commits -> Revision 8048479

August 8, 2021, 15:11 (GMT)
Avoid using `floor` function

It has an impact in performance when used in deep loops.
If area have negative coordinates it will round
toward zero but buffers should be displaced later on to always
work with positive coordinates.

Commit Details:

Full Hash: 80484794165c8a0a62dcb6309c111dede6f0c9be
Parent Commit: 97e6672
Lines Changed: +1, -1

1 Modified Path:

/source/blender/compositor/intern/COM_MemoryBuffer.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021