<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Good morning,<div class=""><br class=""></div><div class="">I wrote a macro which is able to start a trace and when I stop it, it save the trace in a given repository.</div><div class=""><br class=""></div><div class="">The problem is that I don’t have the information related to the Color Map.</div><div class=""><br class=""></div><div class="">My code is:</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">     </span># 1st macro</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">     </span>from paraview import smtrace</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">    </span>config = smtrace.start_trace()</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">  </span># config is an instance of vtkSMTrace. One can setup properties on this</div><div class=""><span class="Apple-tab-span" style="white-space: pre;"> </span># object to control the generated trace. e.g.</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">   </span>config.SetFullyTraceSupplementalProxies(True)</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">   </span>config.SaveCameras()</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space: pre;">     </span># 2nd macro</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">     </span>import ConfigParser</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">     </span>from paraview import smtrace</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">    </span>import time, datetime, os, shutil</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">       </span># stop trace. The generated trace is returned.</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">  </span>txt = smtrace.stop_trace()</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">      </span>write_trace(txt) # external function to write the content in a file</div><div class=""><span class="Apple-tab-span" style="white-space: pre;">     </span>smtrace.reset_trace_output()</div><div class=""><br class=""></div><div class="">Thank you for your help,</div><div class="">Laurent</div><div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class="Apple-interchange-newline">----</div><div class="">Laurent Spitaels</div><div class="">Software engineer</div><div class="">von Karman Institute for Fluid Dynamics</div><div class="">Waterloosesteenweg 72, B-1640 Sint-Genesius-Rode, Belgium</div><div class="">Mail: <a href="mailto:spitaels@vki.ac.be" class="">spitaels@vki.ac.be</a></div><div class="">Tel: 0032 (0)2 359 96 74</div><div class=""><br class=""></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">
</div>
<br class=""></body></html>