Daz to Maya Bridge Won't Open
7bmusic
Posts: 2
I get an error message in the Script editor.
[Errno 2] No such file or directory: '/scripts/d2m.cfg'
Did anyone have this issue and a solve for it?
Comments
OK, those coding classes are paying off!!! I figured it out. Open the d2m.py file in an IDE and change line 43 :: txtConf = os.path.abspath("../scripts/d2m.cfg")
1. Find the maya folder that you have the module installed.
2. Back in the IDE, delete what's in the parenthesis then drag and drop the d2m.cfg file inside.
3. Save the file and close it
4. It should work now
Can confirm this solution works.
just need that to be fixed in the official release