redshift - windows plugin path

This commit is contained in:
Kuba Winnicki 2020-01-26 11:52:47 +01:00
parent d5be0f9ce7
commit 5fd53b20c2

View File

@ -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)