[Paraview] PVBatch
Kharche, Sanjay
S.R.Kharche at exeter.ac.uk
Fri Sep 26 14:44:54 EDT 2014
Hi
I just worked out what the problem was.
One file should be used to set up the pvsm and not the complete data set.
cheers
Sanjay
________________________________
From: David E DeMarle [dave.demarle at kitware.com]
Sent: 26 September 2014 19:26
To: Kharche, Sanjay
Cc: paraview at paraview.org
Subject: Re: [Paraview] PVBatch
FindSource("h0001.vtk").FileNames ='h%04d.vtk' % (i)
...
AttributeError: 'NoneType' object has no attribute 'FileNames'
Means that FindSource("h0001.vtk") returned none.
Do a print GetSources() to see what it might be instead of "h0001.vtk".
Can you comment?
thanks
Sanjay
_______________________________________________
Powered by www.kitware.com<http://www.kitware.com>
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140926/b69f837b/attachment-0001.html>
More information about the ParaView
mailing list