Maxon Developers Maxon Developers
    • Documentation
      • Cinema 4D Python API
      • Cinema 4D C++ API
      • Cineware API
      • ZBrush GoZ API
      • Code Examples on Github
    • Forum
    • Downloads
    • Support
      • Support Procedures
      • Registered Developer Program
      • Plugin IDs
      • Contact Us
    • Categories
      • Overview
      • News & Information
      • Cinema 4D SDK Support
      • Cineware SDK Support
      • ZBrush 4D SDK Support
      • Bugs
      • General Talk
    • Unread
    • Recent
    • Tags
    • Users
    • Login

    Autocomplete for PyCharm

    PYTHON Development
    0
    3
    1.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Helper
      last edited by

      On 14/05/2018 at 05:52, xxxxxxxx wrote:

      Hi everyone,

      There have been a few autocomplete packages for Cinema4D python modules over the years, but never one that included all the parameters, return types and descriptions you can find in the online documentation. Mainly because pythons inspect module or the dir() function does not return all this stuff.

      That's why I decided to create a little script that scrapes these information off of the documentations html files using regex and that creates a package that includes all the stuff you can find in the docs.

      This was made for PyCharm, but I guess you can use it in every IDE that supports epydoc docstrings.

      Here it is, enjoy:
      https://gumroad.com/l/BRlUT

      1 Reply Last reply Reply Quote 0
      • H
        Helper
        last edited by

        On 26/05/2018 at 02:32, xxxxxxxx wrote:

        Can't thank you enough for this. Awesome stuff. Initially just downloaded to test it but now will go back and pay as its working amazingly.

        Thanks again.

        1 Reply Last reply Reply Quote 0
        • H
          Helper
          last edited by

          On 26/05/2018 at 02:38, xxxxxxxx wrote:

          Thanks, that's much appriciated

          1 Reply Last reply Reply Quote 0
          • First post
            Last post