Blender Git Commit Log
Git Commits -> Revision b2034c6
Revision b2034c6 by Clément Foucault (master) January 28, 2020, 17:28 (GMT) |
Fix T62730 Overlay: Selected edit hair points highlight is incorrect This was due to the fact the drawing code was expecting the editpoints to be equaly spaced. Reuse the code in particle.c to output the select mask in red color channel of the particle (which is unused in new code). |
Commit Details:
Full Hash: b2034c6ba245e131e6ecabe33ca9afa1e6394247
Parent Commit: ca572e9
Lines Changed: +10, -25