Blender Git Commit Log

Git Commits -> Revision b8b60e1

Revision b8b60e1 by Jacques Lucke (master)
September 21, 2020, 08:46 (GMT)
Fix T59272: dead particles not included in render, but visible in viewport

The issue was that the pointcache was not storing dead particles,
even though they are displayed. This lead to the rendering issue,
because only alive particles can be read from the point cache in
the frame that is rendered.

This also fixes an issue unrelated to rendering: when dead particles
are displayed, their position is incorrect when some frames are
skipped during playback.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D8907

Commit Details:

Full Hash: b8b60e132d0382bb360855e52f2f7c522625ca98
Parent Commit: 3bb53b0
Lines Changed: +24, -5

1 Modified Path:

/source/blender/blenkernel/intern/pointcache.c (+24, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021