From 8f11ff62fd63c4d94ba8d8557430502aa61f6d3e Mon Sep 17 00:00:00 2001 From: Chris Mackey Date: Thu, 9 Nov 2023 09:55:09 -0800 Subject: [PATCH] fix(pythonpath): Check IronPython paths in Rhino 8 --- ladybug_rhino/pythonpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ladybug_rhino/pythonpath.py b/ladybug_rhino/pythonpath.py index c188262c..5cae27cd 100644 --- a/ladybug_rhino/pythonpath.py +++ b/ladybug_rhino/pythonpath.py @@ -21,7 +21,7 @@ 'lbt_recipes', 'pollination_handlers' ) # Rhino versions that the plugins are compatible with -RHINO_VERSIONS = ('6.0', '7.0') +RHINO_VERSIONS = ('6.0', '7.0', '8.0') # UUID that McNeel uses to identify the IronPython plugin IRONPYTHON_ID = '814d908a-e25c-493d-97e9-ee3861957f49'