Blender Git Loki
Git Commits -> Revision aef3e99
Revision aef3e99 by Ton Roosendaal (master) November 18, 2010, 19:11 (GMT) |
Bugfix #22052 OpenGL viewport render gave squeezed results in cases. Reason: some graphics cards only give offscreen buffers in multiples of 256 or 512 (my case). Current fix uses the actual size returned by graphics card, which is also safe for too large renders. More elaborate cropping or matching is for another time. (Added printf for feedback on this, might disappear) |
Commit Details:
Full Hash: aef3e99eab6db507bf852adf9aa269a76158d991
SVN Revision: 33163
Parent Commit: e76074d
Lines Changed: +15, -7