Adding a PyTecplot Script to the Quick Macro Panel

Problem: Can I play a PyTecplot script from the Quick Macro Panel (QMP) in Tecplot? Solution: Yes! This procedure describes how to add a PyTecplot script to your QMP using the Histogram.py (found in the python handy scripts of our GitHub): 1) Make sure PyTecplot is installed and updated, along with other modules used in your PyTecplot script (such as numpy). It is also recommended that you install the latest version of Tecplot […]

» Read More


Converting Raster Metafiles to AVI File Format

Problem: How do I convert raster metafiles to AVI movie file format? The last version of Tecplot 360 that included the rmtoavi.exe was Tecplot 360 2013. Additionally, framer.exe (Framer, the program used to view .rm files) is no longer distributed. As raster metafiles (.rm) have become less common, we no longer include this .rm file conversion in our product. However, we foresee rmtoavi being helpful to users with archives of […]

» Read More



Add-on cannot be loaded.

Problem: I wrote an add-on that runs fine on my machine. But when a co-worker tries to load it on his PC he get the message: Add-on xxx.dll cannot be loaded. (126): The specified module could not be found. Solution: 1. Make sure that the add-on is compiled as a release build. 2. Verify that the add-on dll is located in a directory which is in the current path. 3. […]

» Read More