|
Notes |
|
|
(0027511)
|
|
Andy Bauer
|
|
2011-09-21 10:26
|
|
There's also a problem with creating images from 2d views. I'm attaching cp.tgz which can be used to demonstrate the problem. Run with "pvpython pkfdriver.py cp2dview.py 3". The cp2dview.py script was generated from the coprocessing plugin. The error message when running is:
acbauer@yavin:/media/ssddrive/BUILDS/ParaView/debug$ bin/pvpython pkfdriver.py cp2dview.py 3
getting appended
Traceback (most recent call last):
File "pkfdriver.py", line 58, in <module>
coProcess(imageData, time, step, sys.argv[1])
File "pkfdriver.py", line 37, in coProcess
cpscript.DoCoProcessing(datadescription)
File "/media/ssddrive/BUILDS/ParaView/debug/cp2dview.py", line 53, in DoCoProcessing
a2DRenderView2.AxesVisibility = 0
File "/media/ssddrive/BUILDS/ParaView/debug/Utilities/VTKPythonWrapping/site-packages/paraview/servermanager.py", line 209, in __setattr__
"to add this attribute.")
AttributeError: Attribute AxesVisibility 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. |
|
|
|
(0027512)
|
|
Andy Bauer
|
|
2011-09-21 10:49
|
|
Going through the views I'm also having problems with the line plot view. I attached cplineplotview.py which can be run with "pvpython cplineplotview.py 3". This gives the following error:
acbauer@yavin:/media/ssddrive/BUILDS/ParaView/debug$ bin/pvpython pkfdriver.py cplineplotview.py 3
getting appended
Traceback (most recent call last):
File "pkfdriver.py", line 58, in <module>
coProcess(imageData, time, step, sys.argv[1])
File "pkfdriver.py", line 37, in coProcess
cpscript.DoCoProcessing(datadescription)
File "/media/ssddrive/BUILDS/ParaView/debug/cplineplotview.py", line 29, in DoCoProcessing
DataRepresentation4 = GetDisplayProperties(PlotOverLine1)
UnboundLocalError: local variable 'PlotOverLine1' referenced before assignment |
|
|
|
(0027513)
|
|
Andy Bauer
|
|
2011-09-21 10:57
|
|
Same problems with parallel coordinates view. I attached cpparallelcoordsview.py coprocessing script. Run as "pvpython pkfdriver.py cpparallelcoordsview.py 3". The output is:
acbauer@yavin:/media/ssddrive/BUILDS/ParaView/debug$ bin/pvpython pkfdriver.py cpparallelcoordsview.py 3
getting appended
Traceback (most recent call last):
File "pkfdriver.py", line 58, in <module>
coProcess(imageData, time, step, sys.argv[1])
File "pkfdriver.py", line 37, in coProcess
cpscript.DoCoProcessing(datadescription)
File "/media/ssddrive/BUILDS/ParaView/debug/cpparallelcoordsview.py", line 29, in DoCoProcessing
DataRepresentation13 = GetDisplayProperties(Histogram1)
UnboundLocalError: local variable 'Histogram1' referenced before assignment |
|
|
|
(0027542)
|
|
Andy Bauer
|
|
2011-10-05 11:40
|
|
|
Note when generating the python script through the plugin to name the source as "input". |
|
|
|
(0027553)
|
|
David Partyka
|
|
2011-10-07 20:45
|
|
|
|
|
(0027739)
|
|
Andy Bauer
|
|
2011-11-28 14:45
|
|
|
Confirmed with the line plot view and the barchart view. |
|