Blender Git Loki
Git Commits -> Revision 23e2c97
Revision 23e2c97 by Antonis Ryakiotakis (master) September 19, 2014, 16:04 (GMT) |
Fix T35993, issue with viewport when using instances. Not really sure what the issue here was initially (might have been a driver problem) but looks like the issue is solved if we skip generating a display list for clipped objects; Driver does not like a generated list that is not drawn. Now we try to clip the object always, not only when using display lists. This means that display lists will only get generated if object is actually visible. Also used glPush/glPop for instance matrices since glLoad can cause recalculation of inverses in the driver. |
Commit Details:
Full Hash: 23e2c97f63f18eadee34bf5ea9efc1b4aff2b5c2
Parent Commit: f2c8209
Lines Changed: +59, -51
1 Modified Path:
/source/blender/editors/space_view3d/view3d_draw.c (+59, -51) (Diff)