Blender Git Commit Log

Git Commits -> Revision 1e55d28

Revision 1e55d28 by Antonio Vazquez (master)
February 1, 2021, 09:27 (GMT)
Fix T85035: Gpencil render in background render wrong frame

Due a thread priority, the calculation of the current frame is not done before the frames are available. This produces wrong render frames.

The solution is verify the current frame before doing the real render. This adds only a few milliseconds, but it assures the frame is correct.

As the problem is only when render in background, the recalculation of the frame is only necessary when do real render and not a viewport render, so there is no impact in the animation FPS.

Commit Details:

Full Hash: 1e55d28a4e244cd501d9b53f56d535a04ce5eef1
Parent Commit: 30ac21b
Lines Changed: +8, -0

1 Modified Path:

/source/blender/draw/engines/gpencil/gpencil_engine.c (+8, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021