adrianpueyo / KnobScripter

Python script editor for Nuke that can script on .py files and python knobs, with all the functionality from Nuke's default script editor plus syntax helpers.
GNU General Public License v3.0
81 stars 16 forks source link

Editor only close with escape if not panel #14

Closed vinavfx closed 1 year ago

vinavfx commented 1 year ago

the editor should not close on escape if it is included in a nuke panel, now it's ok

vinavfx commented 1 year ago

I also had a bug when executing multiple lines when executing the editor in context of knob since "nuke.runIn" only allows a single line of execution, so I compressed it all into one line, so that it can execute multiple lines #ce87484