Jimmy said that it works. Thanks.

Sohail



________________________________
 From: Andy Bauer <andy.ba...@kitware.com>
To: Sebastien Jourdain <sebastien.jourd...@kitware.com> 
Cc: Sohail Shafii <sohailsha...@yahoo.com>; "migic...@gmail.com" 
<migic...@gmail.com>; "woodr...@lanl.gov" <woodr...@lanl.gov>; 
"paraview@paraview.org" <paraview@paraview.org> 
Sent: Tuesday, July 3, 2012 10:09 AM
Subject: Re: [Paraview] ParaView thinks that it does not have a wind blade 
reader
 

I get the same problem in both 3.14.1 and master. The reader is still available 
but just not conveniently through the GUI. To access it though you can bring up 
the python shell and do the following:
 
>>> w = WindBladereader()
>>> w.Filename = "<path>/test1_topo.wind"
>>> Show()
>>> Render()
This shouldn't be too hard of a fix for ParaView. I'll let you know when it's 
done.

Andy


On Mon, Jul 2, 2012 at 6:03 PM, Sebastien Jourdain 
<sebastien.jourd...@kitware.com> wrote:

Hi Sohail,
>
>a similar bug was fixed in master not so long ago. Could you try
>master to see if the issue remains ?
>
>Thanks,
>
>Seb
>
>
>On Mon, Jul 2, 2012 at 5:36 PM, Sohail Shafii <sohailsha...@yahoo.com> wrote:
>> Hi,
>>
>> We are trying to open a .wind data set.  In the open file menu, ParaView
>> lists the .wind format as a possible option.  Once we click open, however,
>> it complains that a reader for that data format cannot be found.  This is
>> true for the compiled-from-source and pre-compiled versions of ParaView
>> 3.14.1. The wind blade source still exists in the VTK/Parallel folder and it
>> is referenced in the corresponding CMakeLists.txt file. Any thoughts?
>>
>> Thanks, Sohail
>>
>> _______________________________________________
>> Powered by 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://www.paraview.org/mailman/listinfo/paraview
>>
>_______________________________________________
>Powered by 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://www.paraview.org/mailman/listinfo/paraview
>
_______________________________________________
Powered by 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://www.paraview.org/mailman/listinfo/paraview

Reply via email to