Blender Git Commit Log
Git Commits -> Revision c623ba5
Revision c623ba5 by Brecht Van Lommel (master) October 23, 2012, 15:46 (GMT) |
Fix #32837: DDS images flipped in viewport compared to render. This happened after adding compressed DDS texture loading. DDS images can be flipped compared to the Blender standard, however we do not unflip them because we also don't flip compressed textures. If we would flip those we'd need to uncompress, flip and recompress them, and so losing the speed benefit that you get from using them. Users are expected to save DDS image in OpenGL compatible format. |
Commit Details:
Full Hash: c623ba5e4b2aa68a5717ba17500c14217bc417aa
SVN Revision: 51546
Parent Commit: 267d6fd
Lines Changed: +7, -1
1 Modified Path:
/source/blender/imbuf/intern/dds/dds_api.cpp (+7, -1) (Diff)