Blender Git Commit Log

Git Commits -> Revision cfcdae5

Revision cfcdae5 by Jacques Lucke (master)
November 4, 2020, 12:21 (GMT)
Fix T82393: Volume to Mesh modifier with sequence fails during rendering

The issue was that the volume for the current frame
might not have been loaded already by the time the
modifier runs.

The solution is simply to make sure that the volume
is loaded. This is similar to the Volume Displace modifier.

Commit Details:

Full Hash: cfcdae5549f37198fa8e66ee512f1093764ef022
Parent Commit: ba6977c
Lines Changed: +4, -0

2 Modified Paths:

/source/blender/blenkernel/intern/volume.cc (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_volume_to_mesh.cc (+3, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021