Blender Git Commit Log

Git Commits -> Revision f4adb35

Revision f4adb35 by Brecht Van Lommel (master)
August 6, 2021, 11:59 (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: f4adb35f28ece4096f19489273601e5327a08e99
Parent Commit: b0df8f5
Lines Changed: +5, -0

1 Modified Path:

/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021