Skip to content
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

Updated the bridge to python 3 while keeping it compatible with python 2 #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

guto88
Copy link

@guto88 guto88 commented May 1, 2021

Updated the bridge to python 3 using https://pypi.org/project/modernize/ to keep it compatible with python 2

Added a conditional logic for the reload to keep it compatible with Python 2, Python 3.0 - 3.4 and Python 3.5+ (DazToMaya.py)
Added a conditional logic for the encode to make it compatible with Python 2 and 3+ (d2m.py)
Fixed some indentation issues on d2m.py
Added Maya 2022 to the list of Maya compatible versions (d2m.py)

Changes tested only on Maya 2022

guto88 added 2 commits April 30, 2021 09:34
Updated to Python 3 using modernize to make the plugin compatible to Maya 2022.
Added Maya 2022 to the compatibility list.
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
@guto88 guto88 changed the title Updated the scrypt to python 3 while keeping it compatible with python 2 Updated the script to python 3 while keeping it compatible with python 2 May 1, 2021
@guto88 guto88 changed the title Updated the script to python 3 while keeping it compatible with python 2 Updated the bridge to python 3 while keeping it compatible with python 2 May 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant