Blender Git Loki
Git Commits -> Revision b5382c9
Revision b5382c9 by Germano Cavalcante (master) April 1, 2019, 14:53 (GMT) |
Edit Mesh Selection: Clear out buffer that indicates out of bounds pixels. This prevents the use of uninitialized buffer. In addition, use `memset` instead of assigning in a loop. |
Commit Details:
Full Hash: b5382c92cf9e265714862a19dbdcce1ec81e202a
Parent Commit: fa6c2c7
Lines Changed: +15, -14