Blender Git Commit Log

Git Commits -> Revision d5408d7

Revision d5408d7 by Lukas Toenne (object_nodes, strand_nodes)
May 27, 2016, 07:06 (GMT)
Another depsgraph fix, internal texture relations need to be built explicitly.

Like node trees, textures are only optionally constructed in the depsgraph when something
uses them. When a modifier (or other potential future user of the "handle" system)
declares a texture dependency, the internal relations of that texture are not necessarily built -
this only happens when the texture is part of a material texture stack. So we need to also
construct the internal texture relations (lazy init) in addition to the external modifier->texture
dependency.

Commit Details:

Full Hash: d5408d7b132716e26cfa03b93a5ef5b6d6dc86ce
Parent Commit: 2b9d520
Lines Changed: +3, -0

1 Modified Path:

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