Blender Git Commit Log

Git Commits -> Revision 68d764f

June 19, 2019, 13:36 (GMT)
Add GUI option to use all options

Current options are :
- bvh_builder: Ask embree to build the BVH tree from bounding boxes
- Raw embree: Use all of embree features (cannot be used on GPU)
- bvh_access: Give all the object to Embree, then use introspection to
extract the tree

Commit Details:

Full Hash: 68d764f93c9edbd9fb1d8889bafcba3081e42a0c
Parent Commit: 2ac5601
Lines Changed: +132, -109

9 Modified Paths:

/intern/cycles/blender/addon/properties.py (+5, -0) (Diff)
/intern/cycles/blender/addon/ui.py (+3, -0) (Diff)
/intern/cycles/blender/blender_sync.cpp (+2, -0) (Diff)
/intern/cycles/bvh/bvh.cpp (+1, -0) (Diff)
/intern/cycles/bvh/bvh_embree.cpp (+111, -105) (Diff)
/intern/cycles/bvh/bvh_embree.h (+2, -0) (Diff)
/intern/cycles/device/device_cpu.cpp (+1, -1) (Diff)
/intern/cycles/kernel/kernel_types.h (+2, -1) (Diff)
/intern/cycles/render/mesh.cpp (+5, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021