Blender Git Commit Log

Git Commits -> Revision ec51175

Revision ec51175 by Brecht Van Lommel (master)
May 22, 2016, 15:29 (GMT)
Code refactor: add generic Cycles node infrastructure.

Differential Revision: https://developer.blender.org/D2016

Commit Details:

Full Hash: ec51175f1fd6c91d53b0d24daccfd5cc9bddf59d
Parent Commit: 841d008
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)

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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021