redshift - windows plugin path
This commit is contained in:
parent
d5be0f9ce7
commit
5fd53b20c2
2
houy.py
2
houy.py
@ -58,7 +58,7 @@ def init_redshift(ver=0):
|
|||||||
if paths:
|
if paths:
|
||||||
redshift_path = paths[0]
|
redshift_path = paths[0]
|
||||||
print('Redshift found:',str(redshift_path))
|
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:
|
if plugins:
|
||||||
plugin = str(plugins[-1])
|
plugin = str(plugins[-1])
|
||||||
print('Redshift plugins found:', plugin)
|
print('Redshift plugins found:', plugin)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user