daz3d / DazToMaya

Daz To Maya Bridge
https://www.daz3d.com/daz-to-maya-bridge
Other
31 stars 20 forks source link

Updated to Python 3 #5

Closed guto88 closed 3 years ago

guto88 commented 3 years ago

Updated to Python 3 using modernize to make the plugin compatible with Maya 2022. Added Maya 2022 to the compatibility list of the Plugin. Fix indentation issues on file d2m.py Changed encode method to base64 on file d2m.py Changed the reload method to importlib on file DazToMaya.py