Skip to content

Version Support

Stacey Oue edited this page Jan 2, 2025 · 1 revision

VRED Versions

VRED tk-vred
2025 >= v3.4.1
2024 >= v3.0.3
2023 >= 2.1.5

Python Versions

The VRED toolkit engine uses the Python interpreter shipped with VRED. To check which version VRED is using:

  1. Launch VRED
  2. In the VRED Terminal, run the following commands:
import sys
print(sys.version)
Clone this wiki locally