Blender Git Commit Log
Git Commits -> Revision 0169af9
September 25, 2019, 01:45 (GMT) |
GPencil: Fix unreported select not working in multiframe mode The selection was not working because the evaluated frame was only working for active frame, so when the evaluation was changed to use eval data instead of original data, the data was not available and the loop did not use it. Related to T70116 |
Commit Details:
Full Hash: 0169af90ee50108e175df10fa01448d36ec9bfde
Parent Commit: 16ee985
Committed By: YimingWu
Lines Changed: +66, -44