Blender Git Loki
Git Commits -> Revision baa7a53
June 16, 2021, 11:46 (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: baa7a5397486f6fad9e8e8ffc4852776940c4392
Parent Commit: b4a81d8
Lines Changed: +6, -1