Blender Git Loki
Git Commits -> Revision c8443d8
Revision c8443d8 by Antonio Vazquez (master) September 21, 2019, 08:29 (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: c8443d83405e7658f72afa8288134b7de0d95c3d
Parent Commit: 3fcedae
Lines Changed: +66, -44