Blender Git Commit Log
Git Commits -> Revision ef04fd9
Revision ef04fd9 by Antonio Vazquez (master) May 20, 2021, 18:16 (GMT) |
GPencil: Fix missing annotations in VSE strip Since version 2.80, the annotations of the Scene strip were not displayed in VSE. Also, the UI panel was`Grease Pencil` and must be `Annotation` The problem was the offscreen render hasn't evil_CTX and the section of the annotation was never called. Differential Revision: https://developer.blender.org/D11329 |
Commit Details:
Full Hash: ef04fd95717d972f294c5ff69a418a7af4504d35
Parent Commit: 677909c
Lines Changed: +16, -9
5 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+1, -1) (Diff)
/source/blender/draw/intern/draw_manager.c (+8, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+4, -5) (Diff)
/source/blender/sequencer/intern/render.c (+1, -1) (Diff)
/source/blender/draw/intern/draw_manager.c (+8, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+4, -5) (Diff)
/source/blender/sequencer/intern/render.c (+1, -1) (Diff)