![]() |
|
[Fixed] Octotoad makes crash when to set Height 0.0 less. - 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] Octotoad makes crash when to set Height 0.0 less. (/showthread.php?tid=2213) |
[Fixed] Octotoad makes crash when to set Height 0.0 less. - tkbd - 11-07-2016 10:11 PM On Wings3D v2.1.2, I test set 0.0 value for all Primitives in their dialog. Octotoad only crashed when set Height to 0.0 or negative value. The crash log is here. Quote:Dump written 2016-11-7_22-6 RE: [Fixed] Octotoad makes crash when to set Height 0.0 less. - dgud - 11-09-2016 08:18 PM Hmm the height parameter was backwards as well. Instead of Scale*Pos it was Pos/Scale, so a higher height caused it to be smaller. And a height of zero became a division by zero. Fixed. RE: [Fixed] Octotoad makes crash when to set Height 0.0 less. - tkbd - 11-11-2016 09:22 AM I see, Thank you for your quick fix. |