Blender Git Commit Log
Git Commits -> Revision 238e238
November 7, 2015, 16:15 (GMT) |
Add support for texture node trees in new dependency graph. |
Commit Details:
Full Hash: 238e2389c0b868a070780b1906dd9be0a2619b27
Parent Commit: b030959
Lines Changed: +81, -5
8 Modified Paths:
/source/blender/blenkernel/BKE_texture.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/texture.c (+12, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_build.h (+5, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+15, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cc (+13, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cc (+22, -5) (Diff)
/source/blender/depsgraph/intern/depsnode_opcodes.h (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_displace.c (+3, -0) (Diff)
/source/blender/blenkernel/intern/texture.c (+12, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_build.h (+5, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+15, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cc (+13, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cc (+22, -5) (Diff)
/source/blender/depsgraph/intern/depsnode_opcodes.h (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_displace.c (+3, -0) (Diff)