![]() |
|
[fixed] Empty Anti-Aliasing group in Preferences - Printable Version +- Wings 3D Development Forum (http://www.wings3d.com/forum) +-- Forum: Wings 3D (/forumdisplay.php?fid=1) +--- Forum: Bug Reports (/forumdisplay.php?fid=12) +--- Thread: [fixed] Empty Anti-Aliasing group in Preferences (/showthread.php?tid=1439) |
[fixed] Empty Anti-Aliasing group in Preferences - micheus - 10-30-2015 07:54 AM The Anti-Aliasing groupbox is empty and in the Console window we get this crash message: Code: wings_dialog:1237: Unhandled ask=no_preview, {"Enable Multi-Sampling",It doesn't matter if I use a fresh Preferences file or if I edit it and set the value to false/true. RE: Empty Anti-Aliasing group in Preferences - micheus - 10-30-2015 08:39 AM I found that wings_render:init_multisample() was setting it to undefined if multisample is not supported by the video card. |