<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="+1">Hello.<br>
<br>
I'm building a batch script run by pvbatch.&nbsp; So far, all is well; I can
load multiple meshes, use the calculator, do some clipping, etc.<br>
<br>
But when I do the following (copy-pasted from a paraview trace from the
gui version of ParaView):<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp; AnimationScene1 = GetAnimationScene()<br>
<br>
I get the error:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NameError: name 'GetAnimationScene' is not defined<br>
<br>
Looking at <br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://www.cmake.org/Wiki/ParaView/Python_Scripting">http://www.cmake.org/Wiki/ParaView/Python_Scripting</a><br>
<br>
suggests I'm doing the right thing.<br>
<br>
I am using a recent (within the last few weeks) copy of the paraview
sources via git.<br>
<br>
Any ideas?<br>
<br>
Thanks.<br>
<br>
Greg<br>
<br>
</font>
</body>
</html>