[Paraview] Plugin behaviour in pvpython

2009-12-03 Thread Adriano Gagliardi
I created a reader filter that takes the filename you point it to, strips the fileroot out and then loads data from files with different extensions. It works fine in interactive mode, but under pvpython it appears to not be doing the fileroot stripping stage. Once you set a filename in a python sc

Re: [Paraview] Plugin behaviour in pvpython

2009-12-04 Thread Utkarsh Ayachit
Who's doing the stripping? Is it the vtkFooReader? In that case, there's nothing in pvpython that will prevent the vtkFooReader class from changing the filename internally. Utkarsh On Thu, Dec 3, 2009 at 1:38 PM, Adriano Gagliardi wrote: > > I created a reader filter that takes the filename you

Re: [Paraview] Plugin behaviour in pvpython

2009-12-06 Thread Adriano Gagliardi
dford Tel: 01234 32 4644 E-mail: agaglia...@ara.co.uk Url: www.ara.co.uk -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 04 December 2009 16:35 To: agaglia...@ara.co.uk Cc: ParaView Subject: Re: [Paraview] Plugin behaviour in pvpython Who's doin