ParaView 4.2 Deliverables

From ParaQ Wiki
Revision as of 11:23, 9 January 2014 by Utkarsh (talk | contribs) (Created page with "{| border=1 ! Name ! Description ! Owner ! Status |- | style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''UI Improvements''' |- | View Settings | * B...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Name Description Owner Status
UI Improvements
View Settings
  • Based on discussions at ParaView summit, move "View Settings" to "Properties" panel. The view settings will no longer be shown in a dialog instead directly manipulate-able from the Properties panel. They will update as the active view changes.
Dan Lipsa active development
Application settings
  • Refactor application settings to make it possible for Python to access settings. The goal is remove inconsistencies in generated visualizations when a Python script is run in the GUI or in pvpython.
  • Refactor application settings dialog to user friendly with user-sensible text and settings.
2D Plots
  • Update properties panel for all 2D plots to use the new-style properties widgets. Currently, we are still use old style panels for them.
  • Update Chart views and representations to work correctly in Python. Currently, there's lot of custom code in the "panel" that is missing from the Python side which results in difficulties setting up charts in Python.
  • Fix Python tracing when dealing with charts.
Utkarsh active development (partial)
Packaging/Deployment
ParaView using External-VTK Add support to build ParaView using a pre-built VTK Utkarsh/Marcus active development
Multiblock Improvements
Toggle visibility of individual blocks
  • Provide VTK-level infrastructure to toggle visibility and other properties for individual blocks in a composite dataset.
  • Develop user-interface to allow setting up of properties for individual blocks.
Query Enhancements
Extensions to Find Data Add suport for min/max/mean esp. in parallel