Blender Git Loki
Git Commits -> Revision 97cc130
Revision 97cc130 by Philipp Oeser (master) February 10, 2021, 12:25 (GMT) |
Fix T85395: Texture paint external edit wrong projection on reapply Caused by rB5b34d11b55e0. Above commit restored the view matrices in ED_view3d_draw_offscreen _before_ they can be stored in the ImBuff (see ED_view3d_draw_offscreen / texture_paint_image_from_view_exec). Now make restoring the view matrices optional and dont do this in case of reprojection, so the used matrices can still be saved in the ImBuff later. Reviewed By: campbellbarton Maniphest Tasks: T85395 Differential Revision: https://developer.blender.org/D10331 |
Commit Details:
Full Hash: 97cc130f472fa2e5e12ae07312abae2de7d409aa
Parent Commit: d76890b
Lines Changed: +16, -1
6 Modified Paths:
/source/blender/editors/include/ED_view3d_offscreen.h (+2, -0) (Diff)
/source/blender/editors/render/render_opengl.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+10, -1) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+1, -0) (Diff)
/source/blender/editors/render/render_opengl.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+10, -1) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+1, -0) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+1, -0) (Diff)