| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0012550 | ParaView | (No Category) | public | 2011-08-25 11:10 | 2016-08-12 09:58 | ||||
| Reporter | Sebastien Jourdain | ||||||||
| Assigned To | Utkarsh Ayachit | ||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0012550: Export WebGL not working anymore with latest ParaView | ||||||||
| Description | --------------------- bool vtkPVSynchronizedRenderWindows::GetIsInCave() { vtkProcessModule* pm = vtkProcessModule::GetProcessModule(); vtkPVSession* activeSession = vtkPVSession::SafeDownCast(pm->GetActiveSession()); // active session must be a paraview-session. assert(activeSession != NULL); // <----------------------- FAILURE HERE with ParaViewWeb --------------------- This line activeSession = vtkPVSession::SafeDownCast(pm->GetActiveSession()); should be replaced by activeSession = vtkPVSession::SafeDownCast(pm->GetSession()); | ||||||||
| Tags | No tags attached. | ||||||||
| Project | TBD | ||||||||
| Topic Name | |||||||||
| Type | incorrect functionality | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0036628) Cory Quammen (developer) 2016-07-27 11:10 |
WebGL export appears to work fine in ParaView 5.1. Launch ParaView, local server Add Sphere Source, color by Normals - X File -> Export Scene Save as test.webgl file. In WebGL-supporting web browser, load the exported test.html file. |
|
(0038054) Kitware Robot (administrator) 2016-08-12 09:58 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2011-08-25 11:10 | Sebastien Jourdain | New Issue | |
| 2011-08-25 11:10 | Sebastien Jourdain | Assigned To | => Utkarsh Ayachit |
| 2016-07-27 11:10 | Cory Quammen | Note Added: 0036628 | |
| 2016-07-27 11:10 | Cory Quammen | Status | backlog => customer review |
| 2016-07-27 11:10 | Cory Quammen | Resolution | open => fixed |
| 2016-08-12 09:58 | Kitware Robot | Note Added: 0038054 | |
| 2016-08-12 09:58 | Kitware Robot | Status | customer review => closed |
| 2016-08-12 09:58 | Kitware Robot | Resolution | fixed => moved |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |