Files
blender/intern
Sergey Sharybin 6fc1669679 Cycles: Initial work towards selective nodes support compilation
The goal is to be able to compile kernel with nodes which are actually needed
to render current scene, hence improving performance of the kernel,

The idea is:

- Have few node groups, starting with a group which contains nodes are used
  really often, and then couple of groups which will be extension of this one.

- Have feature-based nodes disabling, so it's possible to disable nodes related
  to features which are not used with the currently used nodes group.

This commit only lays down needed routines for this approach, actual split will
happen later after gathering statistics from bunch of production scenes.
2015-05-09 19:22:16 +05:00
..
2014-07-01 09:36:28 +10:00
2015-03-19 15:41:41 +11:00
2014-07-18 11:55:59 +10:00
2014-03-22 14:41:38 +02:00
2014-10-07 15:47:32 -05:00
2014-10-07 15:47:32 -05:00