[Paraview] Client-server mode / data streaming problem

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Feb 1 14:23:54 EST 2011


To close the loop on this issue on the list, we tracked this down and
I've committed a fix to git-master. I should be included in the 3.10
release (not sure it will make it into the 3.10.rc1 however).

commit e18fd43477e54c9778e3c717a6192287a0d0d53d
Author: Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
Date:   Tue Feb 1 11:47:24 2011 -0500

    Fixed extra data-delivery when outline was used for LOD.

    When every LOD was enabled, and setting was set so that outline is used, it
    would invalidate the full res pipeline as well. Fixed that. As a
side effect,
    when outline needs to be delived to the client and LOD threshold
is higher than
    the outline threshold, we force LOD mode. This avoids an arificial linking
    between the LOD threshold and the outline threshold while at the
same time avoid
    re-delivery of full-res data.

Utkarsh


More information about the ParaView mailing list