Blender Git Commit Log

Git Commits -> Revision a20ef42

Revision a20ef42 by Jeroen Bakker (master)
May 25, 2021, 13:18 (GMT)
Fix T86956: VSE shading mode ignores Grease Pencil Vertex colors.

Issue is that due to the strange definition of render in grease pencil
(meaning should be rendered similar to rendering). This included normal
viewport rendering in OB_RENDER and OpenGL render in OB_RENDER.

For other rendering modes the overlay vertex opacity would be used. This
patch sets this value to 1 when rendering via a scene strip override.

NOTE: that this isn't a good solution as I expect that users want to use
the opacity of the Grease pencil object. Perhaps the GPencil team has a
better solution for it.

Commit Details:

Full Hash: a20ef4207d46a28c869f8953c5ecf0f5b7af1984
Parent Commit: 1bdd5be
Lines Changed: +6, -1

2 Modified Paths:

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