blender/intern/cycles/graph
Brecht Van Lommel b66efbecf4 Code refactor: make Transform always affine, dropping last row.
This save a little memory and copying in the kernel by storing only a 4x3
matrix instead of a 4x4 matrix. We already did this in a few places, and
those don't need to be special exceptions anymore now.
2018-03-10 04:54:05 +01:00
..
CMakeLists.txt msvc: Use source folder structure for project file. 2018-02-03 16:38:27 -07:00
node_enum.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
node_type.cpp Code refactor: make Transform always affine, dropping last row. 2018-03-10 04:54:05 +01:00
node_type.h Cycles: Make all #include statements relative to cycles source directory 2017-03-29 13:41:11 +02:00
node_xml.cpp Code refactor: make Transform always affine, dropping last row. 2018-03-10 04:54:05 +01:00
node_xml.h Cycles: Fix compilation error with latest OIIO 2017-11-10 10:04:33 +01:00
node.cpp Code cleanup: simplify switch statement, ensure we catch missing enums. 2018-02-15 18:13:07 +01:00
node.h Fix Cycles viewport render not updating when tweaking displacement shader. 2018-01-29 17:07:08 +01:00