The new MeVisLab 1.0 Beta 2 version has been released for download from the MeVisLab download area.
Changes in this release include:
Wizards:
- All wizards have been improved, the settings of a wizard can now
be saved to a ".wiz" file, so that one can create templates for later
modification/extension. Be careful: re-creating the module/project in
the same place will overwrite existing files! - New wizard for Inventor modules, allowing the creation of SoNodes
and SoView2DExtensions
Module changes:
- Improvements to ContourManager, LiveWire
- Fixes to DICOM support
- Various diffusion filter modules have been merged to a single, optimized Diffusion module. The experimental ansitropic diffusion filter module AnisoDiffOp has been removed.
- Minor fixes and improvements to several modules
Core:
- New MDL tags Label:textFormat, ToolButton:textPosition, ToolButton:autoScale
- MDL tag CheckBox:command no longer supported, use a FieldListener instead
- Added MLAddEventFilterCB() function to allow modules to process native window events
- Renamed MLMin(), MLMax() functions to MLDataTypeMin/Max(), resp.
- Added FieldContainer::removeField() method
- Fixed various MeVisLab core bugs
- Documentation improved, although still not perfect...