VisIt 1.2.2 Release Notes
Welcome to VisIt's release notes page. This page describes the important enhancements and bug-fixes that were added to this release.
Features added in version 1.2.2
The view settings have been completely separated into 2D, 3D and Curve views throughout all of VisIt. This has resulted in a number of changes in the GUI, the Python client and the Java client.
In the GUI, the view window has an additional panel with curve view attributes. They consist of the viewport, domain and range.
In the Python interface, Get/SetViewCurve, ViewCurveAttributes, View2DAttributes and View3DAttributes have been added. The ViewAttributes class is still there for backward compatability, but will be removed in release 1.3. ViewCurveAttributes only has curve attributes, View2DAttributes only has 2D attributes and View3DAttributes only has 3D attributes (as opposed to the ViewAttributes which has them all combined.) GetView2D was modified to return a View2DAttributes object and GetView3D was modified to return a View3DAttributes object. SetView2D takes both View2DAttributes and ViewAttributes objects and SetView3D takes both View3DAttributes and ViewAttributes objects (again this was done to help with backward compatibility.)
In the Java interface, Get/SetViewCurve, ViewCurveAttributes, View2DAttributes and View3DAttributes have been added. ViewAttributes has been removed, which will cause some backward compatability problems.
Bugs fixed in version 1.2.2
Click the following link to view the release notes for the previous version of VisIt: VisIt 1.2.1 Release Notes.
Click the following link to view the release notes for the next version of VisIt: VisIt 1.2.3 Release Notes.