View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005755ParaView(No Category)public2007-09-20 11:122008-03-25 21:58
ReporterBerk Geveci 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005755: Cannot add observers to events from python shell
DescriptionPython observers cause the python shell (GUI) to hang due to thread issues. To reproduce, make sure that camera observer is active, call GetActiveCamera() and make changes to the camera.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0010895)
Utkarsh Ayachit (administrator)
2008-03-24 16:53

This was fixed when BUG 0006554 was fixed.

To test load the following script on the python shell and then interact with the render view. the message will be printed on each render without any issues.


from paraview import servermanager
rv = servermanager.GetRenderView()

def callback(a, b):
  print "Render"

rv.AddObserver("EndEvent", callback)
(0010913)
Alan Scott (manager)
2008-03-25 21:58

fixed.

 Issue History
Date Modified Username Field Change
2007-09-20 11:12 Berk Geveci New Issue
2007-09-20 11:12 Berk Geveci Status backlog => tabled
2007-09-20 11:12 Berk Geveci Assigned To => Utkarsh Ayachit
2008-03-24 16:53 Utkarsh Ayachit Status tabled => @80@
2008-03-24 16:53 Utkarsh Ayachit Resolution open => fixed
2008-03-24 16:53 Utkarsh Ayachit Note Added: 0010895
2008-03-25 21:58 Alan Scott Status @80@ => closed
2008-03-25 21:58 Alan Scott Note Added: 0010913
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team