Blender Git Loki

Git Commits -> Revision b1ce4ca

Revision b1ce4ca by Antonio Vazquez (master)
June 19, 2020, 08:10 (GMT)
Fix T77997: GPencil insert keyframe on timeline doen't update viewport

The reason was the datablock is changed but it was not tagged for depsgraph refresh.

In some cases it could be possible to tag several times the same datablock, but as this is not the case all the times and the number of tags is always very small, it doesn't worth a complex code to keep a memory list of the datablocks to tag.

Commit Details:

Full Hash: b1ce4ca40c03ab2562863ef8056adc3b2aff5c10
Parent Commit: fade37f
Lines Changed: +22, -1

3 Modified Paths:

/source/blender/blenkernel/BKE_gpencil.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/gpencil.c (+10, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+11, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021