<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br>Dear all,<div>I have a script that animate two views in same layout. The Scritp run fine, but apears to have a problem saving one single image formed by the 2 views.</div><div><br></div><div>I made a simple test by running the trace in paraview, creating and saving to views. Follow the example below and the output attached. The example compose the 2 views but produces also a black square in corner. Any one know to solve the problem?</div><div><br></div><div>Kind regards</div><div><br></div><div>--------------------------------------------------script example-------------------------------------------------------------------</div><div><br></div><div><div># get active view</div><div>renderView1 = GetActiveViewOrCreate('RenderView')</div><div><br></div><div># get layout</div><div>viewLayout1 = GetLayout()</div><div><br></div><div># split cell</div><div>viewLayout1.SplitVertical(0, 0.5)</div><div><br></div><div># Create a new 'Render View'</div><div>renderView2 = CreateView('RenderView')</div><div>renderView2.ViewSize = [1156, 383]</div><div>renderView2.StereoType = 0</div><div>renderView2.Background = [0.32, 0.34, 0.43]</div><div><br></div><div>renderView1 = GetRenderView()</div><div>renderView2 = GetRenderViews()[1]</div><div><br></div><div># current camera placement for renderView1</div><div><br></div><div># current camera placement for renderView2</div><div><br></div><div># current camera placement for renderView2</div><div><br></div><div><br></div><div>SaveAnimation ('C:/Users/madalenasantos/Desktop/Paraview/Teste.jpg', layout=viewLayout1)</div><div><br></div><div>-------------------------------------------------------------------------------------------------------------------------------------------</div><div><br></div></div>                                     </div></body>
</html>