-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PY_MAYA_CALLBACK fails if sys is not imported before executing #33
Comments
Is this a duplicate of #28? I had fixed this same problem in the past. Can you confirm if you are on an old version? Fixed in 3.0.2 |
Ok, so you manually cloned the plugin instead of using Package Control, which means it won't be auto updating. It will be however old it was when you cloned it. You could type |
|
I can't reproduce this problem at work. I will have to try when I have time from another computer. Seems like the problem should have already been fixed but you say you have the latest clone. |
Hah! I just figure out why I missed it. Needed to enabled the callback :-) I will push up a fix. |
Pull again and that should fix it. Thanks! |
Good on my end 👍 |
I put an import sys statement in Maya's userSetup.py or .mel and it works.
The text was updated successfully, but these errors were encountered: