Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Castilla <manzanilla>2022-01-04 10:22:07 +0300
committerJeroen Bakker <jeroen@blender.org>2022-01-04 10:22:37 +0300
commita2a02e39941735a4a5744c133302486cb005b8a0 (patch)
tree6fdc9f66c110f2ef41263cce1a991656ffe56618 /source/blender/editors/space_image
parent325beef7af93531e52cb512485ef7baec49e235c (diff)
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
Diffstat (limited to 'source/blender/editors/space_image')
0 files changed, 0 insertions, 0 deletions