MantisBT - ParaView
View Issue Details
0015961ParaView(No Category)public2016-01-27 18:462016-02-24 18:54
Alan Scott 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
5.0.15.0.1 
Sandia
incorrect functionality
0015961: Single remote server brighter rendering remote server with Opacity.
Strangly, PV is rendering images brighter remote server than single server with one remote server. This happens with Opacity.

* Linux, master,remote server - 1 server, rendering with software Mesa3d (OGL2).
* Edit/ Settings/ Render View/ Remote Render Threshold set to 0.
* (Image compression should be default, which is Squirt compression, level 3.)
* OK.
* Sources/ Wavelet. Apply. Surface. Color by RTData.
* Color Editor/ Eanble opacity mapping for surfaces.

Now, notice how bright the wavelet is. This is probably incorrect.
* Edit/ Settings/ Render View/ Remote Render Threshold set to 20.

Now, notice how dim the wavelet is. This is correct.

No tags attached.
Issue History
2016-01-27 18:46Alan ScottNew Issue
2016-01-28 11:52Utkarsh AyachitTarget Version => 5.0.1
2016-01-28 16:41Utkarsh AyachitAssigned To => Utkarsh Ayachit
2016-01-28 16:41Utkarsh AyachitStatusbacklog => active development
2016-02-05 09:46Utkarsh AyachitNote Added: 0035698
2016-02-05 09:46Utkarsh AyachitStatusactive development => customer review
2016-02-05 09:46Utkarsh AyachitFixed in Version => 5.0.1
2016-02-05 09:46Utkarsh AyachitResolutionopen => fixed
2016-02-24 18:54Alan ScottNote Added: 0035785
2016-02-24 18:54Alan ScottStatuscustomer review => closed

Notes
(0035698)
Utkarsh Ayachit   
2016-02-05 09:46   
https://gitlab.kitware.com/paraview/paraview/merge_requests/598 [^]

commit c690fc757be60503837225377e3978d9265edce7
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jan 29 15:29:05 2016 -0500

    BUG 0015961: Fix blending issues for remote rendered images.
    
    For the reported bug, the server-side background color gets blended into
    the renderered image. When the image is delivered to the client and then
    blended on to the image on the client side, we end up with the
    background color getting blended in again. This was causing the
    brightness issue reported. We address this bug by making server ranks
    render with a black background always (when in modes where remote
    rendered image is delivered to the client).
(0035785)
Alan Scott   
2016-02-24 18:54   
Tested master, Linux, remote server (1 rank).