View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012550ParaView(No Category)public2011-08-25 11:102016-08-12 09:58
ReporterSebastien Jourdain 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0012550: 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());
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team