MantisBT - ParaView
View Issue Details
0012550ParaView(No Category)public2011-08-25 11:102016-08-12 09:58
Sebastien Jourdain 
Utkarsh Ayachit 
normalminorhave not tried
closedmoved 
 
 
TBD
incorrect functionality
0012550: Export WebGL not working anymore with latest ParaView

---------------------
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());
No tags attached.
Issue History
2011-08-25 11:10Sebastien JourdainNew Issue
2011-08-25 11:10Sebastien JourdainAssigned To => Utkarsh Ayachit
2016-07-27 11:10Cory QuammenNote Added: 0036628
2016-07-27 11:10Cory QuammenStatusbacklog => customer review
2016-07-27 11:10Cory QuammenResolutionopen => fixed
2016-08-12 09:58Kitware RobotNote Added: 0038054
2016-08-12 09:58Kitware RobotStatuscustomer review => closed
2016-08-12 09:58Kitware RobotResolutionfixed => moved

Notes
(0036628)
Cory Quammen   
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   
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.