View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012549ParaView(No Category)public2011-08-25 09:232012-02-08 17:27
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version3.12 
Summary0012549: Bug in loading state from python
DescriptionThe documented script (http://www.vtk.org/Wiki/ParaView/Python_Scripting#Loading_State_and_Manipulating_It [^]) does not work:

>>> from paraview.simple import *
# Load the state
>>> servermanager.LoadState("/Users/berk/myteststate.pvsm")
# Make sure that the view in the state is the active one
>>> SetActiveView(GetRenderView())
# Now render
>>> Render()
TagsNo tags attached.
ProjectKitware
Topic Name12549_fix_python_state_loading
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0027428)
Utkarsh Ayachit (administrator)
2011-08-25 09:25

commit ec05afbc2d6a50fe61888b2674b73d42f61ca9d4
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Aug 25 09:24:10 2011 -0400

    Fixed BUG 0012549. Don't create new render view is one exists.
    
    GetRenderView() was prematurely creating a new render view resulting in the
    to load state file and render to always create a new render view. Fixed that
(0028182)
Utkarsh Ayachit (administrator)
2012-02-08 17:27

Closing bugs sitting in "customer review" for a long time.

 Issue History
Date Modified Username Field Change
2011-08-25 09:23 Utkarsh Ayachit New Issue
2011-08-25 09:25 Utkarsh Ayachit Topic Name => 12549_fix_python_state_loading
2011-08-25 09:25 Utkarsh Ayachit Note Added: 0027428
2011-08-25 09:25 Utkarsh Ayachit Status backlog => gatekeeper review
2011-08-25 09:25 Utkarsh Ayachit Fixed in Version => 3.12
2011-08-25 09:25 Utkarsh Ayachit Resolution open => fixed
2011-08-25 09:25 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2011-08-26 15:57 Utkarsh Ayachit Status gatekeeper review => customer review
2012-02-08 17:27 Utkarsh Ayachit Status customer review => closed
2012-02-08 17:27 Utkarsh Ayachit Note Added: 0028182


Copyright © 2000 - 2018 MantisBT Team