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)