dbr / tabtabtab-nuke

A replacement for Nuke's "tab" node creator
http://www.nukepedia.com/python/ui/tabtabtab
The Unlicense
36 stars 14 forks source link

Does not write weights #14

Closed mzugschwert closed 8 years ago

mzugschwert commented 8 years ago

Line 181 currently says

        if self._successful_load:

I believe it should say

        if not self._successful_load:
dbr commented 8 years ago

Oops, fixed - thanks!