<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7655.1">
<TITLE>Animations...</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>First Post so bare with me;<BR>
<BR>
I am animating a large number of actors over time using the python vtk wrapper...<BR>
<BR>
like this...<BR>
<BR>
while animate:<BR>
for actors<BR>
actor.setposition(x,y,z)<BR>
ren.render()<BR>
<BR>
This seems to be the only way to reset the pipeline in this environment. Is there a way<BR>
to create one actor (say and unstructured grid)...change the point ids or modify the mapper<BR>
to reset point locations then re-render the scene. More speed is our goal.<BR>
<BR>
Thanks...Jack <BR>
</FONT>
</P>
</BODY>
</HTML>