From 5fd53b20c20e5c2df6161e63c761f64f08a24ddb Mon Sep 17 00:00:00 2001 From: Kuba Winnicki Date: Sun, 26 Jan 2020 11:52:47 +0100 Subject: [PATCH] redshift - windows plugin path --- houy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/houy.py b/houy.py index 99a5587..e6d705f 100755 --- a/houy.py +++ b/houy.py @@ -58,7 +58,7 @@ def init_redshift(ver=0): if paths: redshift_path = paths[0] print('Redshift found:',str(redshift_path)) - plugins = sorted(redshift_path.glob('redshift4houdini/[1-9]*')) + plugins = sorted(redshift_path.glob('plugins/houdini/[1-9]*')) if plugins: plugin = str(plugins[-1]) print('Redshift plugins found:', plugin)