<div dir="ltr">Hello, when i try to switch to parallel projection on in my script i can only save a screenshot with parallel projection disabled:<div><br></div><div><pre style="color:rgb(169,183,198);font-family:'Courier New';background-color:rgb(43,43,43)"><span style="color:rgb(148,85,141)">self</span>.__getView().CameraParallelProjection = <span style="color:rgb(104,151,187)">1<br></span><span style="color:rgb(148,85,141)">self</span>.__getView().CameraParallelScale = <span style="color:rgb(104,151,187)">1.0<br></span><span style="color:rgb(148,85,141)">self</span>.__getView().CameraViewUp = [<span style="color:rgb(104,151,187)">0.0</span><span style="color:rgb(204,120,50)">, </span><span style="color:rgb(104,151,187)">0.0</span><span style="color:rgb(204,120,50)">, </span><span style="color:rgb(104,151,187)">1.0</span>]<br><span style="color:rgb(148,85,141)">self</span>.__getView().CameraPosition = camdirection[axis]<br><span style="color:rgb(148,85,141)">self</span>.__getView().CameraFocalPoint = [<span style="color:rgb(104,151,187)">0.0</span><span style="color:rgb(204,120,50)">, </span><span style="color:rgb(104,151,187)">0.0</span><span style="color:rgb(204,120,50)">, </span><span style="color:rgb(104,151,187)">33.32500076293945</span>]<br><span style="color:rgb(148,85,141)">self</span>.__getView().CameraClippingRange = [<span style="color:rgb(104,151,187)">154.56988142373606</span><span style="color:rgb(204,120,50)">, </span><span style="color:rgb(104,151,187)">215.9545612783452</span>]</pre><pre style="color:rgb(169,183,198);font-family:'Courier New';background-color:rgb(43,43,43)">SaveScreenshot(<span style="color:rgb(136,136,198)">str</span>(<span style="color:rgb(148,85,141)">self</span>.__getConfig().get(<span style="color:rgb(165,194,97)">"save"</span><span style="color:rgb(204,120,50)">, </span><span style="color:rgb(165,194,97)">"path"</span>) + <span style="color:rgb(165,194,97)">'img-'</span>) + <span style="color:rgb(136,136,198)">str</span>(axis) + <span style="color:rgb(165,194,97)">"-" </span>+ <span style="color:rgb(136,136,198)">str</span>(distribution) + <span style="color:rgb(165,194,97)">'.png'</span><span style="color:rgb(204,120,50)">, </span><span style="color:rgb(148,85,141)">self</span>.__getView())</pre><pre style=""><font face="arial, helvetica, sans-serif"><font color="#000000">When when i print out the parallel scale AFTER savin the screenshot it is set to </font><font color="#000000">46.6471043813.</font></font></pre><pre style=""><font color="#000000" face="arial, helvetica, sans-serif"><br></font></pre><pre style=""><font face="arial, helvetica, sans-serif"><font color="#000000">is this the same bug like here: </font><a href="http://paraview.org/Bug/view.php?id=7466">http://paraview.org/Bug/view.php?id=7466</a></font></pre><pre style=""><font face="arial, helvetica, sans-serif">?</font></pre><pre style=""><font face="arial, helvetica, sans-serif">Is there a workaround or am i doing something wrong?</font></pre><pre style=""><font face="arial, helvetica, sans-serif">Thanks,</font></pre><pre style=""><font face="arial, helvetica, sans-serif">Jonas</font></pre><pre style=""><font face="arial, helvetica, sans-serif"><br></font></pre><pre style=""><br></pre></div></div>