ParaView 4.0 Deliverables: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
* This has been on and off many lists, we really need better labeling support for data. The current mechanism of "selecting and labeling" is cumbersome to say the least.
* This has been on and off many lists, we really need better labeling support for data. The current mechanism of "selecting and labeling" is cumbersome to say the least.
|
|
| deferred
|
|-
|-
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Packaging/Deployment'''
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Packaging/Deployment'''
Line 19: Line 19:
| Utkarsh/Marcus
| Utkarsh/Marcus
| active development
| active development
|-
| Modularization
|
* Enable building tiny binaries for co-processing for ParaView by incorporating VTK modularization into ParaView.
| Dave DeMarle
| active development
|-
|-
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Multiblock Improvements'''
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Multiblock Improvements'''
Line 35: Line 29:
|
|
|-
|-
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Plotting Improvements'''
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Query Enhancements'''
|-
| Plotting composite datasets
|
* Currently only 1 block can be plotted at a time. We need to allow plotting multiple blocks in the same chart, whenever applicable.
|
|
|-
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Statistics Enhancements'''
|-
|-
| Extensions to Find Data
| Extensions to Find Data
|
| Add suport for min/max/mean esp. in parallel
* Enable locating elements using statistical queries.
| Philippe
|
|-
| Extensions to Calculator
|
* Enable adding advanced statistically computed arrays using Array Calculator
| Philippe
|
|-
| style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''Plugins'''
|-
| Python support
|
* We need better support for plugins in Python. They seem like second class citizens right now: no easy way for loading distributed plugins, PV_PLUGIN_PATH is not respected.
* Python trace must have some indication of what plugins were loaded.
|  
|  
| Done (3.14)
|-
| XML Plugins
|
|
* Another second class citizen in the plugin world, it cannot be auto-loaded, I wonder if it even gets saved in the list.
|  Utkarsh
| fixed (3.14)
|-
|-
|}
|}

Latest revision as of 09:34, 7 February 2013

Name Description Owner Status
UI Improvements
Better Labeling
  • This has been on and off many lists, we really need better labeling support for data. The current mechanism of "selecting and labeling" is cumbersome to say the least.
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