

- #Pycharm community edition 3.4.1 how to#
- #Pycharm community edition 3.4.1 full#
- #Pycharm community edition 3.4.1 code#
After installing IPython, enable Houdini's remote procedure call (RPC). Make sure IPython is using the same version of Python as Houdini (currently 2.7.5 in Houdini 13.0).
#Pycharm community edition 3.4.1 code#
IPython is an interactive command-line debugger with code completion, shell integration, and dynamic help. To no avail.Ī free option that may be of interest is IPython with Houdini's remote procedure call (RPC). And yes, I have followed advices from various threads and have added Houdini's soho and python2.7libs directories to my interpreter paths. It's not critical, but it hinders the development of modules. Also, if I try to use enums (in kwargs), I usually get “Unresolved attribute reference” warnings all over the place. Whenever I try to assign an object to a variable, like in: node = hou.node('/obj/geo1/') tName('someName') I get no code completion in the second line after the dot. I tried with Eclipse with PyDev and P圜harm, but all I get is a mere hou module code completion.
#Pycharm community edition 3.4.1 full#
I don't expect miracles, like running or debugging HOM code directly from IDE, but at least I'd like it to support full code completion.
#Pycharm community edition 3.4.1 how to#
I've browsed the forum in search for an answer to my question, but I was unable to find a thread that would explain how to configure one's Python IDE to completely support HOM.
