Blender Git Commit Log
Git Commits -> Revision d516fed
Revision d516fed by Lukas Toenne (master) February 18, 2014, 18:01 (GMT) |
Fix T38488: Single pixel line artifact with Rotate and Wrapped Translate nodes. The Rotate node was calculating the center with a 1 pixel offset, which effectively shifts the image by 1 pixel on one or both axis for right-angle (90 degree) rotations. Note that the wrapping feature for translate nodes can still produce undesirable results for non-quadratic images. This is because of how the resolution calculation works atm: the Rotate node will keep the resolution of the input image, even if the resulting image is then cropped or leaves empty margins. There is no easy way to fix that without redesign. |
Commit Details:
Full Hash: d516fedba3ce57b2ca7bd537b64b31bd0ca3c6bb
Parent Commit: f5ae569
Lines Changed: +2, -2
1 Modified Path:
/source/blender/compositor/operations/COM_RotateOperation.cpp (+2, -2) (Diff)