Blender Git Loki
Git Commits -> Revision 8048479
Revision 8048479 by Manuel Castilla (compositor-full-frame) 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)