Donate Share

Wings 3D

File Release Notes and Changelog

Release Name: 1.0.1

Notes:
- Magnets are now drawn correctly in Tweak when selections across multiple
  objects are dragged. [optigon]

- Selectings multiple objects in Tweak and calling a command via a hotkey would
  only affect one of the objects. Now corrected. [optigon]

- Tweak Crash to do with unchecked camera mode reported by Fonte Boa corrected.
  [optigon]

- Tweak mode temporary selection fix. [optigon]

- Select Similar Normals with the option Connected Faces Only and
  a selection comprising multiple objects would cause a crash.
  (Thanks to pauljs75.) [bjorng]

- When creating a texture from vertex colors in the AutoUV window, the
  colors will be properly interpolated (smoothed). [scorpius]

- Keyboard events in Tweak while dragging could cause slow downs. Now Fixed.
  (Thanks to Fonte Boa.) [optigon]

- Additional Geometry Windows can now be closed from within Tweak mode.
  (Thanks to Fonte Boa.) [optigon]

- Dragging in Tweak is no longer limited to the size of the current window.
  [optigon]

- Conflicts due to mouse events in adjacent Geometry Windows have been solved by
  locking the focus to the original window during paint selection and dragging
  in Tweak Mode. (Thanks to Fonte Boa.) [optigon]

- New Tweak option to set Tweak Magnet Increment. [optigon]

- Spherical UV mapping corrected. [dgud]

- Doing a Doo-Sabin sub-division on multiple objects would leave an
  invalid selection that could cause crashes. (Thanks to Fonte Boa.) [bjorng]

- Very old Wings files could have invalid mirror faces, which would cause
  crashes. Now clearing the mirror face if it is invalid when loading
  a Wings file. [bjorng]

Changes: commit fa945ea9b1c2ee3368d587301c4bb1bf826293a8 Author: Bjorn Gustavsson <bjorng@users.sourceforge.net> Date: Thu Jun 4 07:43:22 2009 +0200 Fix bad mirror face in old Wings files Some old Wings files can have a mirror face that does not exist in the face table. Clear the mirror face to avoid the later crashes if it referes to a non-existing face. commit d3e09d671ea2fa8fa3af55e93e45382b79db0652 Author: Bjorn Gustavsson <bjorng@users.sourceforge.net> Date: Fri Jun 5 19:43:48 2009 +0200 Return a correct selection after doing a Doo-Sabin subdivision The selection was not sorted in object ID order, which could cause crashes. commit 25008824968584548fab7ed2d45b5e52d12a820a Author: Bjorn Gustavsson <bjorng@users.sourceforge.net> Date: Sat Jun 6 22:45:42 2009 +0200 Have wings_wm:update_focus/1 force a redisplay We need a redraw event when focus shifts to make sure that the window title bar indicate which window that has the focus. Instead of requiring each window to handle the got_focus message, let wings_wm:update_focus/1 itself call wings_wm:dirty/0 to force a redraw next time the event loop is entered. Also remove calls to wings_wm:dirty/0 from the event handling code for 'got_focus' in all event handlers in the core. commit 7c3d7aa90bff6fb4f212d5be9174bfe8779f8731 Author: Dan Gudmundsson <dgud@users.sourceforge.net> Date: Thu May 28 23:54:15 2009 +0200 Fixed sphere maps bad behaviour in previous patch. I have tested more now, so hopefully it works; no new features. commit 3edf50400e6b2e1d221181fd2aaf0616e7cb7f48 Author: Richard Jones <optigon@users.sourceforge.net> Date: Sat May 30 00:10:44 2009 -0400 New option to set the tweak magnet increment. Many users have felt that the default step is too large. commit 479d0253b85db43483bb29cdcf11e206209f683c Author: Richard Jones <optigon@users.sourceforge.net> Date: Thu May 28 16:25:11 2009 -0400 Fixes and improvements to Tweak. Additional Geo Windows now can be closed from within Tweak. Dragging in Tweak mode now uses mouse warping and window focus locks instead of limiting the drag scope to the size of the window. Paint picking (all modes) now only registers in the originating window to avoid problems with conflicting selections. commit 1ce5b51e69027a492bdc0a03099ef91edb1661e0 Author: Richard Jones <optigon@users.sourceforge.net> Date: Wed May 27 03:03:34 2009 -0400 Fixed keyboard event bug in tweak commit 6b9a89052ba9b4df0e4987c7e6811521e8fb5211 Author: Bjorn Gustavsson <bjorng@users.sourceforge.net> Date: Tue May 26 07:34:25 2009 +0200 Add release notes for the previous commit commit f18c5ae0850c8ffeb89def0f71e88c19ed12f185 Author: Anthony D'Agostino <antoneos@users.sourceforge.net> Date: Sat May 23 16:18:08 2009 -0400 Fixed the AutoUV vertex-colors "bug". This isn't really a bug. But the way vertex-colors were rendered when using "Create Texture" looked terrible. Now they are are interpolated correctly. commit 41ce757e02bf8838723bfb6d8a5587470a85abc2 Author: Bjorn Gustavsson <bjorng@users.sourceforge.net> Date: Sat May 23 14:27:31 2009 +0200 Crash in Select Similar Normals with multiple objects selected. The option Connect Faces Only also had to be set. commit cafc8e2ac9e9328c65bcf765b52513c5394bc9bc Author: Bjorn Gustavsson <bjorng@users.sourceforge.net> Date: Sat May 23 09:18:18 2009 +0200 Notes have been separated into two files. commit 5f9f18e5f9423c118b8019860c2e27313ad4074b Author: Richard Jones <optigon@users.sourceforge.net> Date: Sat May 23 00:41:31 2009 -0400 Fixed camera mode case clause crash in tweak reported by Fonte Boa. commit f1fe281429dd9cc7253ef0585fa65ab0116f5378 Author: Richard Jones <optigon@users.sourceforge.net> Date: Fri May 22 23:57:29 2009 -0400 Magnets are now drawn properly when multiple objects are selected and dragged in tweak. commit 129619021db9df33bd14bd392cb203f1df33a25c Author: Richard Jones <optigon@users.sourceforge.net> Date: Fri May 22 21:55:21 2009 -0400 Fixed selection bugs in tweak. commit 43b57784f3786e6764cc3c29a7e76459085688a8 Author: Bjorn Gustavsson <bjorng@users.sourceforge.net> Date: Tue May 19 10:06:20 2009 +0200 Error handling for unknown I/O requests was incorrect. Simply fixing the original problem would only make it difficult to find the real problem from wings_crash.dump if/when the I/O protocol is extended in a future Erlang/OTP release. Therefore we ignore the request, but log it to the console itself.