9e82331ae624e3238b4d53d4370c4d26eb9cc82d
The issue was that if the evaluated object doesn't have an active layer, the canvas is offset by twice the objects position. The reason was that the code scaled the whole transformation matrix by two to match the code in 4.2, but then had to overwrite the location of the transformation again to counteract the scaling. The fix is to not counteract the scaling and just scale the 3x3 part of the matrix instead. This way we can remove the part afterwards that writes to the location of the transform. Pull Request: https://projects.blender.org/blender/blender/pulls/130454
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
