Blender Git Commit Log
Git Commits -> Revision abb3a86
Revision abb3a86 by Mai Lavelle (master) January 19, 2018, 03:40 (GMT) |
Fix T53833: Particle Info node and Displacement Crash The displacement shared was running before particle data was copied to the device causing bad memory access when the particle info node was used. Fix is simply to move particle update before mesh update so the data is available to displacement shaders. (Altho this fixes the crash the particle info node is still mostly useless with displacement for now...) |
Commit Details:
Full Hash: abb3a86e10fee210cdb47ceb15e1ad9cf1790209
Parent Commit: 368414e
Lines Changed: +5, -5
1 Modified Path:
/intern/cycles/render/scene.cpp (+5, -5) (Diff)