


Understand how to create, work and manipulate polygon primitives.Understand how to navigate around with Maya.By the end of this class you should have made the Doughnut Model on the class thumbnail and be able to come up with a realistic looking render for the Doughnut model.įor this to happen you as the student should: This is getting oddly specific to my situation, I’ll do a cleaner test of qt.The goal of this class is for you to understand the basic working of Autodesk Maya. # Error: line 1: ImportError: file C:\Program Files\Autodesk\Maya2022\Python27\lib\compiler\_init_.py line 31: No module named pycodegen We also use a lot of mGui in our UIs, which seems to suffer from the PyQt changes in 2022 as well. The task was closed on May 31, 2019, so it may only impact guis from Maya 2019 and earlier This means that Qt.py also need to update to be compatible with newer versions of PySide2. PySide2 kept it in QtGui for a while, but have now also moved it to QtCore. QStringListModel was moved from QtGui to QtCore in Qt5. # Error: line 1: AttributeError: file W:\animation-pipeline-dev\python27\lib\Qt.py line 239: 'module' object has no attribute 'QStringListModel' # Using Python 2 in Maya 2022, I’m seeing Qt.py(0.6.9) errors in tools that worked in Maya 2017. Contribute to markj3d/Red9_StudioPack_Python3 development by creating an account on GitHub. Red9 StudioPack for Maya : converted for Python3.

+ MAYAVERSION:2022 Red9_Dev 2.0 D:/Red9_Core/Red9_Dev_P%MAYA_PYTHON_VERSION%Īutodesk are doing something similar for the USD plugin boot.įinally if anybody wants to test out our Red9 StudioPack in 2022 there’s a new GitHub repository for the Python3 build, and our Red9 ProPack pipeline is also now Python3 compliant so ping if you’d like to test it out. There’s a global var MAYA_PYTHON_VERSION which is up right from the get go and can be used in your module path to redirect your boot sequence between Python2 and Python3 cuts.

To boot in Python 2.7 run the following from the command line.Īlso useful is the new Module handling for Python. Python2.7 is there for those needing to migrate but in a more controlled manner. A couple of really useful nuggets that might help people get going with Maya 2022.Īutodesk are keen for people to migrate to Python3, which is totally understandable, Python2 is no longer under support and it’s time to shift, however, Maya2022 is duel boot.
