Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
ParaView
ParaView
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,782
    • Issues 1,782
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 68
    • Merge Requests 68
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Issues
  • #18293

Closed
Open
Opened Jul 12, 2018 by Utkarsh Ayachit@utkarsh.ayachit⛰Owner

toggling visibility is re-executing the representation

Toggling visibility is re-executing the representation; this is unnecessary and should be avoided, if possible.

Steps:

  1. Wavelet (largish): Extent: -128, 128, -128, 128, -128, 128
  2. Threshold (Threshold1), Apply -- you should see progress from the "geometry representation with faces"
  3. Toggle visibility of Threshold1 -- it's fairly instantaneous.
  4. Now, apply a second Threshold (Threshold2) to Threshold1.
  5. Turn visibility off of Threshold2 and turn for Threshold1. The geometry representation shows that it's reexecuting! Now if you toggle the Threshold1 visibility (on and off), everytime it's on, the representation rexecutes (unlike step 3!).
  6. Delete Threshold2. The reexecution of representation on toggle visibility of Threshold1 continues :(.

This was done on Linux with 5.5.2, builtin mode.

Edited Sep 04, 2018 by W. Alan Scott
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
5.6 (Fall 2018)
Milestone
5.6 (Fall 2018) (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: paraview/paraview#18293