ParaView 3 Telecon 07/24/2007: Difference between revisions
(New page: {| cellpadding="2" cellspacing="4" |- ! style="background:#abcdef" | Item ! style="background:#abcdef" | People ! style="background:#abcdef" | Description |- | 1 || All || [[ParaView 3.2 D...) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
| 4 || Stanton || [[Fast Path For Temporal Data]] | | 4 || Stanton || [[Fast Path For Temporal Data]] | ||
|} | |} | ||
== July Build Goals == | == July Build Goals == | ||
=== Display Re-architecture (Utkarsh) === | === Display Re-architecture (Utkarsh) === | ||
Cave still not done. We will not care for a while. | |||
=== Setup valgrind (Amy) === | === Setup valgrind (Amy) === | ||
Suppressions are getting there. | |||
=== Multiblock Client Delivery (Dave D) === | === Multiblock Client Delivery (Dave D) === | ||
Min/max filter still needs to be done for multiblock. Lots of other filters should also probably be visited (longer term goal). This is probably a longer term goals. Things like probe, streamlines, histogram should be more histogram aware. | |||
=== Animation GUI Panel (Clint) === | === Animation GUI Panel (Clint) === | ||
Started working on it again. | |||
=== Switch to new Exodus reader (Eric) === | === Switch to new Exodus reader (Eric) === | ||
Still needs to check it in. GUI looks good. | |||
=== Exodus writer (Eric) === | === Exodus writer (Eric) === | ||
Still needs testing. | |||
=== Fix Linux progress in client server (Clint) === | === Fix Linux progress in client server (Clint) === | ||
Dave K. not here. | |||
== August Build Goals == | == August Build Goals == | ||
Line 40: | Line 48: | ||
=== Clean up memory issues (Amy) === | === Clean up memory issues (Amy) === | ||
Started a little bit. There are a few memory issues that have been brought up. | |||
=== Multiblock inspector (Dave D.) === | === Multiblock inspector (Dave D.) === | ||
Been waiting on the new element inspector that can inspect all of the data dynamically. Will post a proposed UI on the Wiki to get started. | |||
=== Volume render blocks of multiblock data (Dave D.) === | === Volume render blocks of multiblock data (Dave D.) === | ||
Not started. | |||
=== Support server disconnect animation (Utkarsh) === | === Support server disconnect animation (Utkarsh) === | ||
Done. | |||
=== Chart vector support (Mark) === | === Chart vector support (Mark) === | ||
Not started. Probably will be started next week. | |||
=== Better custom filters (Berk) === | === Better custom filters (Berk) === | ||
May or may not actually get done before feature freeze. Changed priority to do animation of file series. | |||
=== Misc lookmarks (Eric) === | === Misc lookmarks (Eric) === | ||
Not started. | |||
=== Frustum selection (Dave D.) === | === Frustum selection (Dave D.) === | ||
Have another swipe of that checked in. Right now you have to create a filter to do the frustum selection. | |||
=== Fast temporal plots (Eric) === | === Fast temporal plots (Eric) === | ||
Almost have a first pass implementation of a serial version. | |||
=== Global exodus variable (Eric) === | === Global exodus variable (Eric) === | ||
Not started. | |||
=== Better labeling selection and datasets (Yumin) === | === Better labeling selection and datasets (Yumin) === | ||
Pretty much done. | |||
=== Remaining chart features (Mark) === | === Remaining chart features (Mark) === | ||
(Includes context menu interactivity) | (Includes context menu interactivity) | ||
Working on the options panel for chartview. Should be done by the end of the week. | |||
== Frustum Selection Implementation == | |||
Bug report from Brian was saying that the way the extract selection works is different from all the other algorithms. You first have to perform a selection and then apply the algorithm. Then the selection gets copied over, and then you can no longer modify the selection. In everything else, you apply the algorithm first then modify it, and then apply. | |||
Ken is complaining that (1) he wants a unified selection over all the different selection types and (2) selections should be more free-form to make connections between views. |
Latest revision as of 12:59, 24 July 2007
Item | People | Description |
---|---|---|
1 | All | ParaView 3.2 Deliverables/Monthly Build Goals |
2 | Moreland | Resolved bugs |
3 | Karelitz | SPCTH Issues |
4 | Stanton | Fast Path For Temporal Data |
July Build Goals
Display Re-architecture (Utkarsh)
Cave still not done. We will not care for a while.
Setup valgrind (Amy)
Suppressions are getting there.
Multiblock Client Delivery (Dave D)
Min/max filter still needs to be done for multiblock. Lots of other filters should also probably be visited (longer term goal). This is probably a longer term goals. Things like probe, streamlines, histogram should be more histogram aware.
Animation GUI Panel (Clint)
Started working on it again.
Switch to new Exodus reader (Eric)
Still needs to check it in. GUI looks good.
Exodus writer (Eric)
Still needs testing.
Fix Linux progress in client server (Clint)
Dave K. not here.
August Build Goals
Clean up memory issues (Amy)
Started a little bit. There are a few memory issues that have been brought up.
Multiblock inspector (Dave D.)
Been waiting on the new element inspector that can inspect all of the data dynamically. Will post a proposed UI on the Wiki to get started.
Volume render blocks of multiblock data (Dave D.)
Not started.
Support server disconnect animation (Utkarsh)
Done.
Chart vector support (Mark)
Not started. Probably will be started next week.
Better custom filters (Berk)
May or may not actually get done before feature freeze. Changed priority to do animation of file series.
Misc lookmarks (Eric)
Not started.
Frustum selection (Dave D.)
Have another swipe of that checked in. Right now you have to create a filter to do the frustum selection.
Fast temporal plots (Eric)
Almost have a first pass implementation of a serial version.
Global exodus variable (Eric)
Not started.
Better labeling selection and datasets (Yumin)
Pretty much done.
Remaining chart features (Mark)
(Includes context menu interactivity)
Working on the options panel for chartview. Should be done by the end of the week.
Frustum Selection Implementation
Bug report from Brian was saying that the way the extract selection works is different from all the other algorithms. You first have to perform a selection and then apply the algorithm. Then the selection gets copied over, and then you can no longer modify the selection. In everything else, you apply the algorithm first then modify it, and then apply.
Ken is complaining that (1) he wants a unified selection over all the different selection types and (2) selections should be more free-form to make connections between views.