v3.2.5
This is the official release of RetopoFlow v3.2.5!
NOTES: This release
- supports only Blender 2.9.3 or later (will not work on Blender 2.8.3 or before), and
- works around a crashing Blender 3.0+ bug (which is now fixed, but not released yet).
Below is a list of changes from RetopoFlow v3.2.4.
- Worked around a major crashing bug in Blender 3.0 and 3.1
- Overhauled RetopoFlow's Blender menu, by adding custom icons to buttons, improving the wording, buttons to online help documents, buttons to updater
- Modifier keys (i.e.,
Ctrl
,Shift
,Alt
,OSKey
) now show OSX-specific symbols (i.e.,^
,⇧
,⌥
,⌘
) for better readability on OSX machines - Improved keymap editor
- Minor improvements for smaller screens
- Started working on improvements for error reporting
- Started refactoring code for major changes to Blender 3.0+ API, such as removing dependence on the deprecated
bgl
module - Many bug fixes
- General cleaning up of old code and adding comments