View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013749ParaView(No Category)public2012-12-20 12:482015-01-11 08:15
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version3.98.0 
Target VersionFixed in Version4.2 
Summary0013749: Not obvious why volume rendering doesn't work remote server
DescriptionThere is a confusion why remote server, volume rendering sometimes doesn't work. This is because remote server, local rendering doesn't volume render. If the dataset is small enough that ParaView tries to local render, it is just displayed as outline mode.

Example: remote server, 3.98.0, Linux. Wavelet. Volume render.

I think my preferred solution would be to force remote rendering for volume rendering. Since if the dataset size is large enough we automatically do this anyway, the user's setup should be able to handle this case correctly.

Thoughts?
TagsNo tags attached.
ProjectSandia
Topic Namemiscellaneous_volume_rendering_fixes
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0033365)
Utkarsh Ayachit (administrator)
2014-09-17 12:38

commit c14d006f2df29551bc01a31d6c385ab10190c919
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Sep 17 12:26:23 2014 -0400

    BUG 0013749: Auto-detect remote-rendering requirements.
    
    Added support to vtkPVRenderView to enable representations to request
    either remote or local rendering. vtkImageVolumeRepresentation uses this
    new mechanism to tell the view that volume rendering requires remote
    rendering. Now, when in client-server (or distributed) mode, a volume
    rendering an image data, ParaView will automatically switch to remote
    rendering, if possible. When not possible, we also display an error
    message.
    
    Also updated ImageVolumeRendering test to no longer manually force
    remote-rendering.
    
    Change-Id: I973b55f6bcaa1348c9e6f9c1739334dfc3318c47

commit 637e13995af66199de4dadb9a4954b9355a171e5
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Sep 17 12:08:58 2014 -0400

    Fix lost string termination character.
    
    The code to send server-side messages to client was losing the string
    termination character resulting in the client showing trailing garbage.
    Fixed that.
    
    Change-Id: Ibd6aec9fdcc488e2e7cd7c9564461580d457c645

commit 28ce06c03b013cc99a40b198d6617d0f17dc5a59
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Sep 17 12:00:25 2014 -0400

    Fix detection of X.
    
    ParaView was using obsolete PARAVIEW_USE_X flag. That flag was removed
    during modularization changes. Fixed to use the proper VTK_USE_X flag to
    check if we should use X API.
    
    This now fixes the detection of a valid display on the server nodes.
    
    Change-Id: I9478f991f81825fd3809895a311a0d3ce4e82043
(0033367)
Utkarsh Ayachit (administrator)
2014-09-17 14:17

Topics merged into master:
        miscellaneous_volume_rendering_fixes
(VTK) vtkPolyData_removecells
(0034046)
Alan Scott (manager)
2015-01-09 14:45

Sweet. Tested Linux, remote server, 4.3.0 RC1.

 Issue History
Date Modified Username Field Change
2012-12-20 12:48 Alan Scott New Issue
2014-09-17 12:14 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2014-09-17 12:38 Utkarsh Ayachit Topic Name => miscellaneous_volume_rendering_fixes
2014-09-17 12:38 Utkarsh Ayachit Note Added: 0033365
2014-09-17 12:38 Utkarsh Ayachit Status backlog => gatekeeper review
2014-09-17 12:38 Utkarsh Ayachit Fixed in Version => git-next
2014-09-17 12:38 Utkarsh Ayachit Resolution open => fixed
2014-09-17 14:17 Utkarsh Ayachit Note Added: 0033367
2014-09-17 14:17 Utkarsh Ayachit Status gatekeeper review => customer review
2014-09-17 14:17 Utkarsh Ayachit Fixed in Version git-next => git-master
2014-09-24 10:13 Utkarsh Ayachit Fixed in Version git-master => 4.2
2015-01-09 14:45 Alan Scott Note Added: 0034046
2015-01-09 14:45 Alan Scott Status customer review => closed
2015-01-11 08:15 Utkarsh Ayachit Source_changeset_attached => ParaView master f1c4b1c9
2015-01-11 08:15 Utkarsh Ayachit Source_changeset_attached => ParaView master 8da3053d


Copyright © 2000 - 2018 MantisBT Team