In NukeSurvivalToolkit init.py the variable "dir" is used. This is overrides the built-in keyword in python and breaks the functionality in scripts that use it (and in the script editor, just test dir(nuke)).
It should be fixed easily by using another variable name that dir.
In NukeSurvivalToolkit init.py the variable "dir" is used. This is overrides the built-in keyword in python and breaks the functionality in scripts that use it (and in the script editor, just test
dir(nuke)
).It should be fixed easily by using another variable name that dir.