Enscape for SketchUp
Read the Version Automatically
If you want to somehow parse the installed Enscape version, this is how to do it. We store a text file, version.txt. It contains the current installed version information. You can use it for internal scripts that determine the installed version on computers in your company network.
Last updated 1 September 2026
Instructions
If you want to somehow parse the installed Enscape version, this is how to do it. We store a text file, version.txt. It contains the current installed version information. You can use it for internal scripts that determine the installed version on computers in your company network.
If Enscape is installed for all users of a machine, this .txt file will be located at:
<code><span class="line"><span>C:\Program Files\Enscape\Renderer\Bin64\version.txt</span></span></code>
This path can also be changed to reflect the installation path that was set when Enscape had been initially installed.
Furthermore, if Enscape is installed for the current user only, then that .txt file would be found at, for example:
<code><span class="line"><span>C:\Users\%USERNAME%\AppData\Local\Programs\Enscape\Renderer\Bin64</span></span></code>
Again, this path could appear different depending on where the software was installed during the installation.
As an example, this is the type of text contained you will find contained within the version.txt file:
<code><span class="line"><span>3.1.0.2510-g1beec33</span></span></code>