prompt for Blender version

This commit is contained in:
Ryan Schultz
2025-11-15 19:10:15 -06:00
parent 40cf322fb4
commit bb1127d815
+2 -2
View File
@@ -37,8 +37,8 @@ if sys.platform not in available_platforms:
REPO_PATH = r""
# BLENDER_PATH: Path to Blender's configuration folder.
# Usually don't need to change, just ensure Blender version matches.
BLENDER_VERSION = "5.0"
# User will be prompted for the Blender version.
BLENDER_VERSION = input("Enter your Blender version (e.g., 4.5, 4.2, 3.6): ").strip()
if sys.platform == "win32":
BLENDER_PATH = Path.home() / f"AppData/Roaming/Blender Foundation/Blender/{BLENDER_VERSION}"