CreativeLyons / NukeSurvivalToolkit_publicRelease

public version of the nuke survival toolkit
MIT License
221 stars 48 forks source link

"dir" keyword used in init.py #8

Closed simonbjork closed 3 years ago

simonbjork commented 3 years ago

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.

CreativeLyons commented 3 years ago

Should be solved with new update, thank you.