Blender Git Loki
Git Commits -> Revision 3960e56
May 26, 2016, 06:45 (GMT) |
Fix for depsgraph building of modifiers, missing nodes for ID blocks (textures). The updateDepsgraph callback for modifiers needs to be used in both passes of depsgraph building, once for creating nodes and then for relations. Without the initial node building pass some datablocks like textures can be missing, if they are not incidentally built by other means such as a render texture. |
Commit Details:
Full Hash: 3960e5671dd588c0fbcfd38bb1bc1111185edeef
Parent Commit: 8478d41
Lines Changed: +20, -11