View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009702ParaViewBugpublic2009-10-12 20:152010-03-09 21:27
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PriorityimmediateSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.8Fixed in Version3.8 
Summary0009702: Python trace error - plot selection
DescriptionParaView 3.6.2, XP, local server.
* open can.exo, all variables on, Apply.
* surface with edges.
* select a point.
* Python shell. Trace. Start Trace.
* Plot selection over time. Apply.
* Stop Trace. Save Trace.
* Delete the plot selection over time filter.
Now, run the saved trace. It will really mess up - even trying to open the plot in a 3d window.

You also get the following output in the python shell:

Traceback (most recent call last):
  File "<string>", line 12, in <module>
  File "F:/alan/paraviewWork/3.6.2/bld/ParaView3/Utilities/VTKPythonWrapping/paraview\servermanager.py", line 201, in __setattr__
    "to add this attribute.")
AttributeError: Attribute XArrayName does not exist. This class does not allow addition of new attributes to avoid mistakes due to typos. Use add_attribute() if you really want to add this attribute.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships
related to 0009829closedUtkarsh Ayachit Extract selection - Save State doesn't work 

  Notes
(0019482)
Utkarsh Ayachit (administrator)
2010-02-08 15:42

Extracting of selection now can be tracked
correctly using python. Ensuring that the selection source is registered
correctly from python and it's properties are tracked when saving trace. Fixed
bug in the GUI where the selection proxy was registered after being set as the
input, this was causing the trace is ignore the setting of the selection input.

/cvsroot/ParaView3/ParaView3/Utilities/VTKPythonWrapping/paraview/smtrace.py,v <-- Utilities/VTKPythonWrapping/paraview/smtrace.py
new revision: 1.14; previous revision: 1.13
/cvsroot/ParaView3/ParaView3/Utilities/VTKPythonWrapping/paraview/servermanager.py,v <-- Utilities/VTKPythonWrapping/paraview/servermanager.py
new revision: 1.72; previous revision: 1.71
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPropertyManager.h,v <-- Qt/Core/pqPropertyManager.h
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPropertyManager.cxx,v <-- Qt/Core/pqPropertyManager.cxx
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSelectionInputWidget.h,v <-- Qt/Components/pqSelectionInputWidget.h
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSelectionInputWidget.cxx,v <-- Qt/Components/pqSelectionInputWidget.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Qt/Components/pqNamedWidgets.cxx,v <-- Qt/Components/pqNamedWidgets.cxx
new revision: 1.58; previous revision: 1.57
(0019484)
Utkarsh Ayachit (administrator)
2010-02-08 15:55

Ensure that the vtkSMFieldDataDomain has valid values by
default. This bug was causing run time errors when playing back the trace saved
from BUG 0009702 (complaining AttributeType failed to locate "Row Data" as a valid
value). Fixed that.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMFieldDataDomain.h,v <-- Servers/ServerManager/vtkSMFieldDataDomain.h
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMFieldDataDomain.cxx,v <-- Servers/ServerManager/vtkSMFieldDataDomain.cxx
new revision: 1.12; previous revision: 1.11
(0019783)
Alan Scott (manager)
2010-03-09 21:27

Tested trunk, local server, XP.

 Issue History
Date Modified Username Field Change
2009-10-12 20:15 Alan Scott New Issue
2010-01-21 11:02 Utkarsh Ayachit Relationship added related to 0009829
2010-02-01 14:26 Utkarsh Ayachit Priority normal => immediate
2010-02-08 15:42 Utkarsh Ayachit Note Added: 0019482
2010-02-08 15:55 Utkarsh Ayachit Note Added: 0019484
2010-02-08 15:55 Utkarsh Ayachit Status backlog => @80@
2010-02-08 15:55 Utkarsh Ayachit Fixed in Version => 3.8
2010-02-08 15:55 Utkarsh Ayachit Resolution open => fixed
2010-02-08 15:55 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2010-03-09 21:27 Alan Scott Note Added: 0019783
2010-03-09 21:27 Alan Scott Status @80@ => closed


Copyright © 2000 - 2018 MantisBT Team