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

Updated QFontMetrics width to horizontalAdvance #15

Closed itaki closed 1 year ago

itaki commented 1 year ago

QtGui.QFontMetrics was spamming errors in Nuke 14 so I updated it's '.width' property to '.horizontalAdvance'

adrianpueyo commented 1 year ago

Amazing :)