<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Utkarsh, I indeed missed the end value, now it's working.<br>
Just a question though: my data are turning around some kind of point
that i cannot determine; and it's quite annoying if you make a 360&deg;
turn, it goes out of the window and come back again. Is it possible to
make it turn around the center of my 3D structure?<br>
Best regards<br>
Milan<br>
<br>
<br>
<br>
Utkarsh Ayachit a &eacute;crit&nbsp;:<br>
<blockquote cite="mid466FEBD9.5010609@gmail.com" type="cite">Hi Milan,
  <br>
  <br>
Yes, you have to hit "Apply" before creating the animation.
  <br>
I've attached a test xml that creates an animation for rotating the
sphere. You can play it by using "Tools| Play Test".
  <br>
  <br>
I think the problem is that you are missing changing of the end value
for the "Rotate-0" key frame. Once you've added keyframe using "Add Key
Frame", ParaView will automatically add 2 keyframes, one for start and
one for end. You can add more if you like. In the next release we'll
have a GUI which will make is simpler to edit keyframes. Change&nbsp; the
"Key Frame Index" to 1 and then change the "Value" to something other
than 0, say 180. Then the animation will change the X-Rotation from 0
to 180.
  <br>
  <br>
Utkarsh
  <br>
  <br>
Milan Felberbaum wrote:
  <br>
  <blockquote type="cite">Hi Utkarsh,
    <br>
Many thanks for your quick response and for the soon reported issues! I
have all the same a problem with the transform filter: Do I have to
apply it first or not? and I just have to select in "property to
animate":/ Trasform - rotate (0)/? and how many keyframe do I have to
have? because i manage to do a movie, but it doesn't turn, i think i am
recording always the same image...
    <br>
Anyway, thanks again for your help, and have a nice day
    <br>
    <br>
Milan
    <br>
    <br>
    <br>
    <br>
    <br>
Utkarsh Ayachit a &eacute;crit :
    <br>
    <blockquote type="cite">Hi Milan,
      <br>
      <br>
Ideally one should be able to do the following:
      <br>
      <br>
1) Animate camera
      <br>
&nbsp;&nbsp;&nbsp; However, currently camera animation doesn't work well with
rotations: we'll address that issue soon.
      <br>
      <br>
2) Animate "Orientation" shown on the display tab
      <br>
&nbsp;&nbsp;&nbsp; However, currently only source/filter parameters can be animated
i.e. the properties on the display tab are not animatable: we'll
address this issue soon as well.
      <br>
      <br>
Until any of the above issues are fixed, you can do the following:
      <br>
* Apply "Tranform" filter to the source/filter producing the 3D
structure.
      <br>
* Animate the "Rotate" property on the tranform filter by adding
keyframe for it in the animation inspector.
      <br>
      <br>
Once the animation is created, you can save it out as a movie.
      <br>
      <br>
Utkarsh
      <br>
      <br>
      <br>
Milan Felberbaum wrote:
      <br>
      <blockquote type="cite">Hi,
        <br>
&nbsp;&nbsp; I have a 3D structure that I visualize with paraview 3.0.1 on MacOSX
(or Windows...), and I was wondering if it were possible to make a
movie showing this 3D structure turning around its center.
        <br>
        <br>
&nbsp;&nbsp; Any help is warmly welcomed.
        <br>
        <br>
Milan
        <br>
        <br>
_______________________________________________
        <br>
ParaView mailing list
        <br>
<a class="moz-txt-link-abbreviated" href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>
        <br>
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
        <br>
        <br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </blockquote>
  <pre wrap="">
<hr size="4" width="90%">
&lt;?xml version="1.0" ?&gt;
&lt;pqevents&gt;
  &lt;pqevent object="MainWindow/menubar/menuSources" command="activate" arguments="SphereSource" /&gt;
  &lt;pqevent object="MainWindow/objectInspectorDock/1pqProxyTabWidget0/qt_tabwidget_stackedwidget/objectInspector/Accept" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/menubar/menuFilters/Alphabetical" command="activate" arguments="TransformFilter" /&gt;
  &lt;pqevent object="MainWindow/objectInspectorDock/1pqProxyTabWidget0/qt_tabwidget_stackedwidget/objectInspector/Accept" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/menubar/menuView" command="activate" arguments="Animation Inspector" /&gt;
  &lt;pqevent object="MainWindow/animationPanelDock/1pqAnimationPanel0/scrollArea/qt_scrollarea_viewport/AnimationPanel/tracksGroup/propertyName" command="set_string" arguments="Transform - Rotate (0)" /&gt;
  &lt;pqevent object="MainWindow/animationPanelDock/1pqAnimationPanel0/scrollArea/qt_scrollarea_viewport/AnimationPanel/keyFramePropertiesGroup/addKeyFrame" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/animationPanelDock/1pqAnimationPanel0/scrollArea/qt_scrollarea_viewport/AnimationPanel/keyFramePropertiesGroup/editorFrame/keyFrameIndex" command="set_int" arguments="1" /&gt;
  &lt;pqevent object="MainWindow/animationPanelDock/1pqAnimationPanel0/scrollArea/qt_scrollarea_viewport/AnimationPanel/keyFramePropertiesGroup/editorFrame/SignalAdaptorKeyFrameValue/lineEdit" command="set_string" arguments="1" /&gt;
  &lt;pqevent object="MainWindow/animationPanelDock/1pqAnimationPanel0/scrollArea/qt_scrollarea_viewport/AnimationPanel/keyFramePropertiesGroup/editorFrame/SignalAdaptorKeyFrameValue/lineEdit" command="set_string" arguments="180" /&gt;
  &lt;pqevent object="MainWindow/animationPanelDock/1pqAnimationPanel0/scrollArea/qt_scrollarea_viewport/AnimationPanel/keyFramePropertiesGroup/editorFrame/SignalAdaptorKeyFrameValue/lineEdit" command="set_string" arguments="180" /&gt;
  &lt;pqevent object="MainWindow/VCRToolbar/1QToolButton3" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/VCRToolbar/1QToolButton3" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/VCRToolbar/1QToolButton3" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/VCRToolbar/1QToolButton3" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/VCRToolbar/1QToolButton3" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/VCRToolbar/1QToolButton3" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/VCRToolbar/1QToolButton3" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/VCRToolbar/1QToolButton3" command="activate" arguments="" /&gt;
  &lt;pqevent object="MainWindow/VCRToolbar/1QToolButton3" command="activate" arguments="" /&gt;
&lt;/pqevents&gt;
  </pre>
</blockquote>
<br>
</body>
</html>