This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/intern
Stefan Werner 2c5531c0a5 Cycles: Added Embree as BVH option for CPU renders.
Note that this is turned off by default and must be enabled at build time with the CMake WITH_CYCLES_EMBREE flag.
Embree must be built as a static library with ray masking turned on, the `make deps` scripts have been updated accordingly.
There, Embree is off by default too and must be enabled with the WITH_EMBREE flag.

Using Embree allows for much faster rendering of deformation motion blur while reducing the memory footprint.

TODO: GPU implementation, deduplication of data, leveraging more of Embrees features (e.g. tessellation cache).

Differential Revision: https://developer.blender.org/D3682
2018-11-07 12:58:12 +01:00
..
2018-06-29 08:02:49 +02:00
2018-02-08 15:37:44 +01:00
2018-06-29 08:02:49 +02:00
2018-10-17 16:42:36 +02:00
2017-12-04 16:37:31 +11:00
2016-07-30 16:46:13 +10:00
2018-06-29 08:02:49 +02:00
2017-04-13 12:33:05 +03:00
2016-01-06 19:48:10 +01:00
2015-05-12 18:23:29 +10:00
2018-09-13 17:06:07 +10:00