pw_MultiScriptEditor icon indicating copy to clipboard operation
pw_MultiScriptEditor copied to clipboard

Python Editor for CG Applications

Results 4 pw_MultiScriptEditor issues
Sort by recently updated
recently updated
newest added

https://github.com/binzb/pw_MultiScriptEditor/releases/tag/Pw_multi_script_editor hi paulwinex I fixed python3 compatibility of MultiScriptEditor for nuke13 ,14

``` File "D:/dev/NukeToolSet\python\pw_multiScriptEditor\icons_rcs.py", line 18, in qInitResources QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data) TypeError: 'PySide2.QtCore.qRegisterResourceData' called with wrong argument types: PySide2.QtCore.qRegisterResourceData(int, str, str, str) Supported signatures: PySide2.QtCore.qRegisterResourceData(int, bytes, bytes, bytes) ```

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 File "C:/houdini\multi_script_editor\__init__.py", line 17,...

Hello, first thanks for this editor. Have been using it for some time now. I changed the code to be compatible with Qt.py. I also went for the explicit declaration...