-
- Downloads
Fix #128079: Grease Pencil stroke direction overlay missing on 4.2 LTS
Caused by the wrong uniform function being called. This was not creating issue on opengl because sizeof(bool) is 4 for uniform boolean. But on metal, the boolean are packed in 1 byte each which was triggering an assert and Undefined behavior. To be landed in 4.2. The 4.3 doesn't have GPv2 overlays. Pull Request: https://projects.blender.org/blender/blender/pulls/129307
Please register or sign in to comment