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