Blender Git Commit Log
Git Commits -> Revision a0f3ea7
Revision a0f3ea7 by Antonio Vazquez (master) July 5, 2019, 21:52 (GMT) |
Fix T62101: GPencil: selection order is wrong Following the advices of @Germano Cavalcante (mano-wii) , I have exposed as a workaround the free function to be called from draw manager for selection. Now, the free function is not called for selection inside gpencil draw_scene, but it's called from draw_manager.c. The real fix would be create a new Scene_finish callback in draw manager, but as the release of 2.80 is almost here, we fix this with a workaround that must be removed when new callback is in place. Differential Revision: https://developer.blender.org/D5193 |
Commit Details:
Full Hash: a0f3ea7da3f65333fbac9c2d528c4242c417860d
Parent Commit: a7a9c0e
Lines Changed: +24, -11