Blender Git Commit Log
Git Commits -> Revision 859f256
Revision 859f256 by Germano Cavalcante (master) August 20, 2019, 11:58 (GMT) |
Fix T61286: Viewport grid units not visible The original code was commented on. Unlike blender 2.79, the grid units are now displayed only when RV3D_VIEW_IS_AXIS. The visible subdivisions in the grid are made by the GPU and depending on the pixel. The code used here only mimics this behavior and adds a bit of overhead. Reviewers: fclem, campbellbarton Subscribers: FloridaJo, zlsa, rl.amorato, EitanSomething Differential Revision: https://developer.blender.org/D4325 |
Commit Details:
Full Hash: 859f2561c858e5a5d809e42eff73f960ed1036ee
Parent Commit: f2cab82
Lines Changed: +34, -13
1 Modified Path:
/source/blender/editors/space_view3d/view3d_draw.c (+34, -13) (Diff)