maya Maya is waiting for an error to install the plug-in. Click the icon to report an error
1581825872
Posts: 0
import sys
sys.dont_write_bytecode = True # don't write PYCs
import maya.cmds as cmds
import DazToMaya
if int(cmds.about(v=True)) > 2020:
import importlib
importlib.reload(DazToMaya)
else:
reload(DazToMaya)
DazToMaya.run()
# Error: AttributeError: file C:\Users\PC\Documents\maya\modules\DazToMaya\scripts\morphs.py line 13: 'module' object has no attribute 'reload' #
Comments
Sorry, we need more information in order to help you:
1. What version of DazToMaya plugin are you using? This can be found by opening Daz Studio, selecting Help -> About Installed Plugins -> Daz To Maya Bridge.
2. What version of Maya are you using?
3. Do you have Python 3 for Maya installed?