ParaView 5.1 Deliverables: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
(Created page with "{| border=1 ! Name ! Description ! Owner ! Status |- | style="color:green; background-color:#ffffcc;" colspan=4 align="center"| '''UI Improvements''' |- | Remove old panels |...")
 
No edit summary
Line 12: Line 12:
| Utkarsh
| Utkarsh
| Started working on this. Needs some more energy/time to wrap it up.
| Started working on this. Needs some more energy/time to wrap it up.
|-
| Improved lighting
|
* Need to add UI to allow editing/placing lights interactively in the scene.
|
|
|-
| Improved DPI support
|
* Dave L. implemented DPI support in VTK. We need to expose that in ParView when saving screenshots and animations. First-class support for saving high resolution images targeted for High DPI displays as well as low-DPI+large resolution displays with ease is important.
|
|
|-
|-
|}
|}

Revision as of 09:29, 9 November 2015

Name Description Owner Status
UI Improvements
Remove old panels
  • Remove obsolete pqObjectPanel and subclasses. This will require some refactoring to migrate the panels for pq3DWidgets. These currently are pqObjectPanel subclasses.
Utkarsh Started working on this. Needs some more energy/time to wrap it up.
Improved lighting
  • Need to add UI to allow editing/placing lights interactively in the scene.
Improved DPI support
  • Dave L. implemented DPI support in VTK. We need to expose that in ParView when saving screenshots and animations. First-class support for saving high resolution images targeted for High DPI displays as well as low-DPI+large resolution displays with ease is important.