tornavis/source/blender/depsgraph
Brecht Van Lommel f4adb35f28 Fix T90476: intermittent wrong generated texture coordinates with modifiers
This caused Cycles texture_space_mesh_modifier and panorama_dicing tests to
randomly fail.

The issue was introduced with D11377, due to a missing dependency. Now ensure
we first copy the texture space parameters, and only then use or recompute then.

In general it seems like this dependency should have already been there, since
parameter evaluation includes animation and drivers, and geometry evaluation
may depend on that (even if you would not typically animate e.g. an autosmooth
angle).

Thanks Campbell for tracking this one down.
2021-08-06 13:59:25 +02:00
..
intern Fix T90476: intermittent wrong generated texture coordinates with modifiers 2021-08-06 13:59:25 +02:00
CMakeLists.txt CMake: link bf_blenkernel from bf_depsgraph 2021-06-24 19:38:26 +10:00
DEG_depsgraph.h Cleanup: use C comments for descriptive text 2021-08-04 13:34:02 +10:00
DEG_depsgraph_build.h Cleanup: sort struct declarations 2021-07-16 11:48:54 +10:00
DEG_depsgraph_debug.h Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix 2020-09-04 21:04:16 +02:00
DEG_depsgraph_physics.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
DEG_depsgraph_query.h Cleanup: spelling in comments 2021-07-07 13:42:46 +10:00