tornavis/source/blender/compositor
Manuel Castilla a2a02e3994 Fix T90830: Crop node cropping is one pixel short
Currently the crop higher limits are inclusive too which contradicts
the documentation as it says that if Left and Right are both 50, it
will result in a zero-sized image. And the result is one pixel out of
the crop gizmo, which is another hint that this is not intended.

In "Full Frame" experimental mode it's two pixels short because of
a misuse of `BLI_rcti_isect_pt` as it considers max limits inclusive.

Reviewed By: jbakker

Maniphest Tasks: T90830

Differential Revision: https://developer.blender.org/D12786
2022-01-04 08:22:37 +01:00
..
intern Fix: Large stack allocation in compositor 2021-12-22 13:49:52 -07:00
nodes Cleanup: use `_` suffix for non-public data members in Compositor 2021-10-13 23:41:14 +02:00
operations Fix T90830: Crop node cropping is one pixel short 2022-01-04 08:22:37 +01:00
tests Cleanup: convert camelCase naming to snake_case in Compositor 2021-10-13 23:41:14 +02:00
CMakeLists.txt Compositor: New Posterize Node 2021-09-05 15:24:35 -04:00
COM_compositor.h Cleanup: reorganize doxygen modules 2021-12-14 20:56:11 +11:00
COM_defines.h Cleanup: remove unused includes in Compositor 2021-10-13 23:41:14 +02:00