Editing scriptknobs inside Nuke is a nightmare. Especially if you want to convert your old python 2 gizmos. This script enables you to edit any scriptknob inside PyCharm Community (a free IDE).
Scriptknob Pycharm Bridge
Updated: 2 August 2022
Author: cglukas
Compatible Nuke versions: 13.0 or later
Compatibility:
Editing ScriptKnobs is a nightmare. If you configured an IDE like PyCharm yourself, you know how scripting should be :). This little script enables the temporary editing of ScriptKnobs inside PyCharm.
You only need to change the `PYCHARM` variable to the path of your installation. If you use a different IDE it could be possible that this script could work too. IDK
Afterwards, you need to import this script in Nuke and run the main method. That's all! Happy editing :D