Files
test2/source/blender/blenkernel
Kévin Dietrich 08731d70bf Fix T96327: data transfer crash with GPU subdivision
The crash is caused as the subdivision wrapper does not have loop
normals, which are generally computed at the end of the modifier stack
evaluation via `mesh_calc_modifier_final_normals`. (Note that they are
initially computed, but deleted by the subdivision wrapper creation.)

This records in the mesh runtime whether loop normals should have been
computed and computes them alongside the subdivision wrapper.

Differential Revision: https://developer.blender.org/D14489
2022-04-27 14:03:03 +02:00
..
2022-02-11 10:28:59 +01:00
2022-03-21 18:59:03 +01:00
2022-02-11 09:14:36 +11:00
2022-04-20 10:41:31 +10:00
2022-04-22 23:15:45 +02:00
2022-02-11 09:14:36 +11:00
2022-04-18 12:36:37 -05:00
2022-03-30 11:38:24 +11:00
2022-02-11 09:14:36 +11:00
2022-04-24 13:41:03 +10:00
2022-04-20 10:41:31 +10:00
2022-04-15 16:40:01 +02:00