heimlich1024/OD_CopyPasteExternal

Maya 2022 not Running Script as it Should

Opened this issue · 5 comments

Tried to run the provided Python scripts on a Maya 2022.2 install with the following results:

(1) With Maya 2022 running Python 3 the script just bombs with some invalid script errors.
(2) Starting Maya with Python 2 the script doesn't error but all it does is print itself back on the console and do some other weird stuff like restarting some plugins (may not be so important).

Has this code been tested on Maya 2022?

Safe to say that this project is no longer maintained.

Yep it's dead, RIP

Easy fix on my side. I got it working by commenting out the f.write(sname) line and removing the def main(): scope.

hced commented

@CreepGin Any news on how to get it working on Maya 2023?

@hced Sorry, I don't have access to Maya 2023. But I suspect the script only needs minor changes.