blender/intern/cycles/graph
Lukas Stockner 9bce807d0b Cycles: Fix the Convert Node type registration
The function that assigns names to socket types missed an entry, therefore all entries after it were mapped to the wrong name.
Long-term, it might be a better solution to use a map to avoid issues like these, but for now this fix works.
2016-06-23 03:15:57 +02:00
..
CMakeLists.txt Code refactor: add generic Cycles XML node read and write functions. 2016-05-22 17:29:25 +02:00
node_enum.h Code refactor: add generic Cycles node infrastructure. 2016-05-22 17:29:24 +02:00
node_type.cpp Cycles: Fix the Convert Node type registration 2016-06-23 03:15:57 +02:00
node_type.h Fix build error with GCC 6.1. 2016-06-12 21:29:19 +02:00
node_xml.cpp Fix Cycles debug build assert on some platforms, tighten checks to avoid this in the future. 2016-06-12 17:35:15 +02:00
node_xml.h Code refactor: add generic Cycles XML node read and write functions. 2016-05-22 17:29:25 +02:00
node.cpp Fix Cycles debug build assert on some platforms, tighten checks to avoid this in the future. 2016-06-12 17:35:15 +02:00
node.h Fix Cycles debug build assert on some platforms, tighten checks to avoid this in the future. 2016-06-12 17:35:15 +02:00