Blender Git Loki
Git Commits -> Revision 5a29b55
Revision 5a29b55 by Sergey Sharybin (master) April 11, 2014, 08:51 (GMT) |
Fix T39206: Plane deform works incredibly slow The issue was caused by the readEWA spending loads of time trying to sample regions outside of the buffer.Solved by adding an early exit check. We could also clamp the sampling region to the rect, but it's not so much clear whether weight will be correct in such case so left it for the future. |
Commit Details:
Full Hash: 5a29b55c07e34411747c091195a1a1e5fcb1ef7d
Parent Commit: c04e73f
Lines Changed: +9, -0
1 Modified Path:
/source/blender/compositor/intern/COM_MemoryBuffer.cpp (+9, -0) (Diff)