Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Houdini 17 #6

Open
ChrBohm opened this issue Mar 8, 2019 · 1 comment
Open

Doesn't work with Houdini 17 #6

ChrBohm opened this issue Mar 8, 2019 · 1 comment

Comments

@ChrBohm
Copy link

ChrBohm commented Mar 8, 2019

Seems like the editor doesn't work anymore in Houdini 17.
I always get this error:

Traceback (most recent call last):
  File "editor", line 5, in <module>
  File "C:/houdini\multi_script_editor\__init__.py", line 17, in showHoudini
    size=size, pane=pane, replacePyPanel=replacePyPanel, hideTitleMenu=hideTitleMenu)
  File "C:/houdini\multi_script_editor\managers\_houdini.py", line 26, in show
    hqt.show(scriptEditor.scriptEditorClass, *args, **kwargs)
  File "hqt.py", line 99, in show
    return showUi14( cls, name=name, floating=floating, position=position, size=size, pane=pane, replacePyPanel=replacePyPanel, hideTitleMenu=hideTitleMenu, dialog=dialog,useThisPanel=useThisPanel)
  File "hqt.py", line 253, in showUi14
    hou.pypanel.installFile(panFile)
  File "C:/PROGRA~1/SIDEEF~1/HOUDIN~1.352/houdini/python2.7libs\hou.py", line 47926, in installFile
    return _hou.pypanel_installFile(*args)
OperationFailed: The attempted operation failed.
Invalid file

Also there is no multi_script_editor_17.pypanel in /managers

Thanks!

@mushogenshin
Copy link

Yes I have troubles making it work in Houdini 18 as well. Also I think the file
/managers/houdini/multi_script_editor_17.pypanel is missing.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants