Hi all,
I've just installed OD Houdini shelf tools for houdini 20.5.410 win11.
I put ODHoudiniShelfTools2021 in C:\Program Files\Side Effects Software\Houdini 20.5.410\Plugins\
I can add any python panels to desktop but 2 : "OD asset library" and "OD snapshotManager".
"OD asset library" gives me this error message :
There is an error in the OD Asset Library script.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:/Program Files/Side Effects Software/Houdini 20.5.410/Plugins/ODHoudiniShelfTools2021/python_panels/assetLibrary.pypanel", line 3, in createInterface
<!-- This file contains definitions of Python interfaces and the
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".\
assetLibrary.py", line 10207, in __init__
File ".\
assetLibrary.py", line 9147, in readDirectories
PermissionError: Permission denied: 'C:/Program Files/Side Effects Software/Houdini 20.5.410/Plugins/ODHoudiniShelfTools2021/python_panels\\assetLibraryDirectories.json'
"OD snapshotManager" gives me this message :
There is an error in the OD snapshotManager script.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:/Program Files/Side Effects Software/Houdini 20.5.410/Plugins/ODHoudiniShelfTools2021/python_panels/snapshotManager.pypanel", line 4, in onCreateInterface
interfaces menu. It should not be hand-edited when it is being
^^^^^^^^^^^^^^^^^^^^^^^
File ".\
snapshotManager.py", line 1374, in start
File ".\
snapshotManager.py", line 1026, in refresh
PermissionError: Permission denied: 'C:/Program Files/Side Effects Software/Houdini 20.5.410/Plugins/ODHoudiniShelfTools2021/python_panels\\snapshotManagerPrefs.json'
So it seems there is maybe some permission problem.
Any solution to make them work ?
Thanx.