Files
test2/source
Lukas Tönne 7f5c803a8b Fix #133572: Grease Pencil: Reproject operator raycast instead of depth buffer
The reproject operator in GPv3 was implemented using the depth buffer instead of
using the transform snap functions that are based on raycasts. This causes
problems with accuracy and does not account for possible animation of objects.

This patch reintroduces the raycast method.

Pull Request: https://projects.blender.org/blender/blender/pulls/133863
2025-01-31 14:55:26 +01:00
..