0
0
forked from blender/blender
blender/intern/cycles/hydra
Brecht Van Lommel d2050c7c36 Fix T102990: OpenVDB files load very slow from network drives
The OpenVDB delay loading of voxel leaf data using mmap works poorly on network
drives. It has a mechanism to make a temporary local file copy to avoid this,
but we disabled that as it leads to other problems.

Now disable delay loading entirely. It's not clear that this has much benefit
in Blender. For rendering we need to load the entire grid to convert to NanoVDB,
and for geometry nodes there also are no cases where we only need part of grids.
2023-01-12 15:40:19 +01:00
..
resources
attribute.cpp
attribute.h
camera.cpp
camera.h
CMakeLists.txt
config.h
curves.cpp
curves.h
display_driver.cpp
display_driver.h
field.cpp
field.h
file_reader.cpp
file_reader.h
geometry.h
geometry.inl
instancer.cpp
instancer.h
light.cpp
light.h
material.cpp
material.h
mesh.cpp
mesh.h
node_util.cpp
node_util.h
output_driver.cpp
output_driver.h
plugin.cpp
plugin.h
plugInfo.json
pointcloud.cpp
pointcloud.h
render_buffer.cpp
render_buffer.h
render_delegate.cpp
render_delegate.h
render_pass.cpp
render_pass.h Cycles: Add Hydra render delegate 2022-03-23 16:39:05 +01:00
session.cpp
session.h
volume.cpp
volume.h