Re: [Paraview] Load Plugin Error

2013-05-04 Thread Magician
Hi Utkarsh,


DYLD_PRINT_LIBRARIES_POST_LAUNCH shows just 2 libraries:
 dyld: loaded: 
 /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
 dyld: loaded: 
 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
and they were shown by DYLD_PRINT_LIBRARIES.

There are few informations about Mac OS X.
So I'll compare with ParaView on my Linux.


Magician


On 2013/05/03, at 23:33, Utkarsh Ayachit wrote:

 Can you also try setting DYLD_PRINT_LIBRARIES_POST_LAUNCH. The log you
 sent doesn't have all the libs. What I want is the output one gets on
 a linux system with LD_DEBUG=libs. Not exactly sure how to do that on
 OsX. Maybe someone else here knows.
 
 Utkarsh
 
 On Thu, May 2, 2013 at 9:55 AM, Magician f_magic...@mac.com wrote:
 Hi Utkarsh,
 
 
 Thanks for your advice.
 
 I tried DYLD_PRINT_LIBRARIES.
 The attachment file is the result.
 But I couldn't find the outputs are correct or not.
 
 
 Magician
 
 
 On 2013/05/02, at 21:39, Utkarsh Ayachit wrote:
 
 Try setting DYLD_PRINT_LIBRARIES environment variable and ensure that
 what's getting loaded is correct.
 
 https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/dyld.1.html
 
 Utkarsh
 
 On Wed, May 1, 2013 at 7:55 PM, Magician f_magic...@mac.com wrote:
 Hi Utkarsh,
 
 
 Yes, I built both ParaView 3.98.1 and plugins from sources on same 
 terminal.
 
 There are additional informations.
 The attached file is CMake log of TensorGlyph.
 When I build plugins, I set ParaView_DIR at build directory of PV 3.98.1.
 Pre-installed plugins are working fine.
 
 
 Magician
 
 
 On 2013/05/01, at 22:55, Utkarsh Ayachit wrote:
 
 Are you trying to load them in the ParaView binary you built or the
 one downloaded from paraview.org?
 
 On Wed, May 1, 2013 at 8:08 AM, Magician f_magic...@mac.com wrote:
 Hi all,
 
 
 I'm trying to build and load 3rd parties' plugins on Mac OS 10.7.5.
 The sources of plugins are downloaded here:
 http://paraview.org/Wiki/ParaView/User_Created_Plugins
 
 Today I built both ParaView 3.98.1 and plugins successfully,
 but when I load plugins, ParaView hangs for seconds and terminated.
 This time I tried libTensorGlyphFilter.dylib, but all other plugins
 were same.
 
 
 The attached file is the error log.
 How could I solve the problem?
 
 
 Magician
 
 
 ___
 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


[Paraview] Script driven paraview

2013-05-04 Thread Timothy Cale
I would like to display a set of meshes that result from a (bash) script
driven set of simulations
and meshing steps.

I have written a script that does what I want (at least basically), if I
manually go into the paraview
gui and start the (Tools --) Python Shell, then hit run script and select
the desired script.

In an attempt to automate the visialization, I wrote a bash script with the
two relevant lines being:

paraview /dev/null 
pvpython show_vtu.py

This generates non-persistent, non-interactive images that I expect -
though it would be good
to know if there is a way to make such images persistent and interactive.
(in addition to
starting paraview)

Question:  Is there a way to use such a script (bash, python called from
bash . . . ) to
start paraview, and use a script to visualize data in the gui?

Thanks,
Tim
___
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


[Paraview] dynamic variable names in pvython

2013-05-04 Thread Timothy Cale
I use paraview to visualize the results of simulations.

I use Trace in the paraview gui, in order to use the generated scripts to
help guide
the development of the pypython script I use to visualize my simulation
results.

I would like to use dynamic variable names, and note that the scripts
generated
by Trace seem to use dynamic variable names.

Aside: The driver for this is that the number of meshes I want to display
differs
with each simulation.

I have looked over python posts on dynamic variable names . . .

Question: How are the (seemingly) dynamic variable names created
in/by/during
Trace?

Regards,
Tim

PS: Linux
___
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