Blender Git Commit Log

Git Commits -> Revision 9ecc302

Revision 9ecc302 by Antonio Vazquez (master)
November 26, 2019, 13:05 (GMT)
Fix T71909: Any keyframed GPLayer property is not updated when render animation

By error, the original datablock was used while rendering. Actually, only while the user is drawing the original data must be used because when we tested, the time the system uses to copy the datablock created a very bad "lag" feeling while drawing. Maybe the lag was half second only, but it ruined the pencil feeling.

I talked some time ago with Sergey about that and we decided use this approach.

Now, only the original datablock is used while the user is "moving" the pen, but not in any other situation.

Thanks @sergey for help me with this bug and sorry for thinking it was a depsgraph issue.

Commit Details:

Full Hash: 9ecc30250aaea4e102e869f181e4c896c315e5ef
Parent Commit: 14da2b1
Lines Changed: +1, -3

1 Modified Path:

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