nsacool.blogg.se

How to set up pycharm for python projects
How to set up pycharm for python projects








  • Click the gear icon on the far right and then the "Add." option.
  • Under the Project group, click on the Python Interpreter tab.
  • As a system interpreter, you can easily use it across P圜harm projects. You'll want to setup mayapy as a system interpreter within Maya.

    how to set up pycharm for python projects

    Setup the mayapy interpreter within P圜harm You can keep the complete devkit installed somewhere else and reference it from there if you prefer.C:\Program Files\Autodesk\Maya2019\devkit

    how to set up pycharm for python projects

    Copy the folder named "other" from within and paste it into the devkit folder of your Maya installation

  • For autocomplete, you'll just need a folder from the devkit called "other".
  • Search for the devkit for your Maya version towards the bottom of Autodesk's Maya Development Center page.
  • how to set up pycharm for python projects

    Prepare the devkitįor autocomplete, you'll need to download the Autodesk Maya devkit to get the python stubs. Let's take a look at how to set up autocomplete and external documentation in P圜harm for maya.cmds and the Maya API (OpenMaya) to help speed up your development.










    How to set up pycharm for python projects