Blender Git Commit Log
Git Commits -> Revision e0c1dc4
Revision e0c1dc4 by Brecht Van Lommel (compositor-2016) June 8, 2016, 19:45 (GMT) |
Code refactor: add generic Cycles node infrastructure. Differential Revision: https://developer.blender.org/D2016 |
Commit Details:
Full Hash: e0c1dc44880add2fb64b0e0efc2f174576ba2cd1
Parent Commit: bec22ca
Committed By: Jeroen Bakker
Lines Changed: +1000, -18
6 Added Paths:
/intern/cycles/graph/CMakeLists.txt (+22, -0) (View)
/intern/cycles/graph/node.cpp (+354, -0) (View)
/intern/cycles/graph/node.h (+90, -0) (View)
/intern/cycles/graph/node_enum.h (+48, -0) (View)
/intern/cycles/graph/node_type.cpp (+190, -0) (View)
/intern/cycles/graph/node_type.h (+252, -0) (View)
/intern/cycles/graph/node.cpp (+354, -0) (View)
/intern/cycles/graph/node.h (+90, -0) (View)
/intern/cycles/graph/node_enum.h (+48, -0) (View)
/intern/cycles/graph/node_type.cpp (+190, -0) (View)
/intern/cycles/graph/node_type.h (+252, -0) (View)
14 Modified Paths:
/build_files/cmake/macros.cmake (+2, -0) (Diff)
/intern/cycles/app/CMakeLists.txt (+4, -2) (Diff)
/intern/cycles/blender/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/bvh/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/device/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/kernel/osl/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/kernel/svm/svm_types.h (+2, -2) (Diff)
/intern/cycles/render/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/render/nodes.cpp (+8, -8) (Diff)
/intern/cycles/render/svm.cpp (+2, -2) (Diff)
/intern/cycles/render/svm.h (+2, -2) (Diff)
/intern/cycles/subd/CMakeLists.txt (+2, -1) (Diff)
/intern/cycles/util/util_vector.h (+16, -1) (Diff)
/intern/cycles/app/CMakeLists.txt (+4, -2) (Diff)
/intern/cycles/blender/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/bvh/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/device/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/kernel/osl/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/kernel/svm/svm_types.h (+2, -2) (Diff)
/intern/cycles/render/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/render/nodes.cpp (+8, -8) (Diff)
/intern/cycles/render/svm.cpp (+2, -2) (Diff)
/intern/cycles/render/svm.h (+2, -2) (Diff)
/intern/cycles/subd/CMakeLists.txt (+2, -1) (Diff)
/intern/cycles/util/util_vector.h (+16, -1) (Diff)