Re: [Paraview] PDF export missing colors

2014-02-25 Thread David Lonie
Hi Jon,

Good, that was going to be my next suggestion -- disabling Interpolate
Scalars Before Mapping helps preserve colors that may otherwise be lost
during the export.

As far as the axis, I think that might be as good as it gets. In ParaView,
there are ways to render an object in an overlay so that it always appears
on top, but the gl2ps library (which is used to generate the pdfs from the
3d geometry) internally depth sorts all of the primitives, so any
overlay-tricks are ignored.

A workaround would be to add an Outline source that is the same size as the
axis you want, then enable it's axis and set the box's opacity to 0. This
will in effect give you a custom axis that you can resize/relocate anywhere
you'd like. By making it slightly larger than your geometry, it shouldn't
clash like the other axis.

Hope this helps,
Dave


On Tue, Feb 25, 2014 at 2:56 AM, Jon Vegard Venås zeti...@gmail.com wrote:

 A new problem arises though. How can I get the axis to be at the top
 layer:

 http://folk.ntnu.no/jonvegar/pdf/ydispNew.pdf


 2014-02-25 8:31 GMT+01:00 Jon Vegard Venås zeti...@gmail.com:

 I found a solution! I disabled Interpolate Scalars Before Mapping and I
 set Backface Representation to Cull Backface (the latter was to get
 around a bug). Thank you for your help!


 2014-02-25 8:02 GMT+01:00 Jon Vegard Venås zeti...@gmail.com:

 I found  Interpolate Scalars Before Mapping now. It is enabled.


 2014-02-24 21:46 GMT+01:00 Jon Vegard Venås zeti...@gmail.com:

 Where do I find Interpolate Scalars Before Mapping?

 Here is a screenshot of my window:

 http://folk.ntnu.no/jonvegar/pdf/screenshot.jpg


 2014-02-24 19:03 GMT+01:00 David Lonie david.lo...@kitware.com:

 Conversation moved here from:

 http://www.kitware.com/blog/home/post/508

 Jon,

 In the Coloring section of the Properties tab, what is selected in
 the drop-down box?

 Also, is Interpolate Scalars Before Mapping enabled?

  Dave




 --


 mvh
 Jon Vegard




 --


 mvh
 Jon Vegard




 --


 mvh
 Jon Vegard




 --


 mvh
 Jon Vegard

___
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] Text position not saved in state file with PV 4.1.0

2014-02-25 Thread Richard Grenon

Hello.

The Text position is not saved in the state files with PV 4.1.0.

Il already pointed this problem on june 22, 2010 with PV 3.8.0, see 
http://markmail.org/message/mupbmolmfv26tjwl


Sven Buijssen answered that this was a known bug:

See http://paraview.org/Bug/view.php?id=8789 and 
http://paraview.org/Bug/view.php?id=10521


It's fixed in git master, not yet pushed to the release branch for PV 
3.8.1,

though.



What is the status of this bug, now ?

Richard

--
 Richard GRENON
 ONERA
 Departement d'Aerodynamique Appliquee - DAAP/ACI
 8 rue des Vertugadins
 92190 MEUDON - FRANCE
 phone : +33 1 46 73 42 17
 fax   : +33 1 46 73 41 46
 mailto:richard.gre...@onera.fr
 http://www.onera.fr

___
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


Re: [Paraview] [EXTERNAL] Trouble Mapping Data

2014-02-25 Thread Scott, W Alan
Yoshimi,

Definitely a bug.  I have an easy to create case with the Wavelet source - I 
will write it up.

A really dirty solution for you to be able to work is to change the scale of 
your data with the calculator filter.   Just divide your data by a billion or 
1e12th.

Thanks for reporting!

Alan

From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of kenichiro 
yoshimi
Sent: Monday, February 24, 2014 10:32 PM
To: paraview@paraview.org
Subject: [EXTERNAL] [Paraview] Trouble Mapping Data

Dear all,

In Color Map Editor panel, Mapping Data window fails to display the mapping 
when I am trying to load data including scalars larger than 1.0e+11 with  
ParaView 4.1.0.  However, with ParaView 3.98 and earlier,  there is no problem.
Any help is greatly appreciated.

Kind Regards,
yoshimi
___
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] Getting values out of ParaView without Python?

2014-02-25 Thread Jesse Samluk
Greetings all,

   Keeping with the animation topic, I made an animation with several camera 
values, such that I had my object face front, got the value of the coordinates 
and made a time slot for it in the overall animation scheme, turned it up, got 
the value of those coordinates and made a time slot for that in the scheme, 
turned it down, etc. etc.

  Now, is there any possible way to extract those values? I have to do several 
animations of similar object using the same animation scheme and I would hate 
to reinvent the wheel each time. 

 Utkarsh recommended a Python script - I unfortunately do not know anything 
about Python.

  Can anyone suggest any alternative method? Please let me know if you need to 
see the animation.

Thanks!
 Jesse
___
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] Animation and Powerpoint issues

2014-02-25 Thread Jesse Samluk
Greetings all,

   With my test animation file, I saved it into AVI format and tried to import 
with with Powerpoint. However, no dice. All I get is a white screen with a 
playbar that does not show any animation.

   Any ideas?

Thanks!
 Jesse
___
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


Re: [Paraview] Animation and Powerpoint issues

2014-02-25 Thread David E DeMarle
What OS, what paraview version, and was it a binary distribution or did you
build it from source?


David E DeMarle
Kitware, Inc.
RD Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Tue, Feb 25, 2014 at 2:54 PM, Jesse Samluk seven...@udel.edu wrote:

 Greetings all,

With my test animation file, I saved it into AVI format and tried to
 import with with Powerpoint. However, no dice. All I get is a white screen
 with a playbar that does not show any animation.

Any ideas?

 Thanks!
  Jesse
 ___
 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


Re: [Paraview] [EXTERNAL] Re: Animation and Powerpoint issues

2014-02-25 Thread Scott, W Alan
Also, does the .avi play for you outside of PowerPoint?  Can you imbed a known 
good .avi into Powerpoint, and get it to play?

Alan

From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of David E 
DeMarle
Sent: Tuesday, February 25, 2014 1:10 PM
To: Jesse Samluk
Cc: ParaView
Subject: [EXTERNAL] Re: [Paraview] Animation and Powerpoint issues

What OS, what paraview version, and was it a binary distribution or did you 
build it from source?


David E DeMarle
Kitware, Inc.
RD Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Tue, Feb 25, 2014 at 2:54 PM, Jesse Samluk 
seven...@udel.edumailto:seven...@udel.edu wrote:
Greetings all,

   With my test animation file, I saved it into AVI format and tried to import 
with with Powerpoint. However, no dice. All I get is a white screen with a 
playbar that does not show any animation.

   Any ideas?

Thanks!
 Jesse
___
Powered by www.kitware.comhttp://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