tornavis/source/blender/compositor
Omar Emara aba0d01b78 Fix T102278: Compositor transforms apply locally
When using two transformed compositor results, the transformation of one
of them is apparently in the local space of the other, while it should
be applied in the global space instead.

In order to realize a compositor result on a certain operation domain,
the domain of the result is projected on the operation domain and later
realized. This is done by multiplying by the inverse of the operation
domain. However, the order of multiplication was inverted, so the
transformation was applied in the local space of the operation domain.

This patch fixes that by inverting the order of multiplication in domain
realization.
2022-11-09 10:35:41 +02:00
..
intern Fix deprecation warnings about printf() on macOS 2022-11-08 12:01:01 +01:00
nodes Cleanup: replace BLI_join_dirfile with BLI_path_join 2022-10-17 11:38:54 +11:00
operations Cleanup: spelling in comments 2022-11-01 12:24:58 +11:00
realtime_compositor Fix T102278: Compositor transforms apply locally 2022-11-09 10:35:41 +02:00
tests Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
CMakeLists.txt Realtime Compositor: Add evaluator and engine 2022-08-10 09:14:22 +02:00
COM_compositor.h Cleanup: strip blank lines around comment blocks 2022-08-17 12:51:07 +10:00
COM_defines.h
COM_precomp.h