Blender Git Loki
Git Commits -> Revision 3a38e23
August 10, 2021, 01:35 (GMT) |
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. |
Commit Details:
Full Hash: 3a38e23778a484947efe323f1828c781c88f5276
Parent Commit: 9feccd8
Committed By: YimingWu
Lines Changed: +5, -0
1 Modified Path:
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+5, -0) (Diff)