简体   繁体   中英

Python FBX SDK – How to enable auto-complete?

I am using Pycharm to code with Python FBX SDK, but I don't how to enable auto-complete. I have to look at the document for function members. It's very tedious. So, does anyone know how to enable auto-complete for Python FBX SDK in editor?

Thanks!

  • Copy these two files [PATH_TO_YOUR_MOBU]\bin\config\Python\pyfbsdk_gen_doc.py [PATH_TO_YOUR_MOBU]\bin\config\Python\pyfbsdk_additions.py to another folder like d:\pyfbsdk_autocomplete for instance.
  • rename the file pyfbsdk_gen_doc.py to pyfbsdk.py
  • add the folder to your interpreter paths in PyCharm. (Interpreter Settings, Show All, Show paths for interpreter)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM