where are th python libraries so i can use intellisense?


https://forum.reallusion.com/Topic510365.aspx
Print Topic | Close Window

By frank_461853 - 3 Years Ago
hello all. I play with the python for iclone quite a bit but the editor i uses (pycharm communuty edition) does not show intellisense on iclone python. i assume that's because it doesn't know where the libaries are. i've tried looking and am unable to find the. i find the python binadies for iclone but the labraries don't appear to be there. 
the obvious ones are RLPy and Pyside2.shoboken2. where re they? thank you for ny information.


By frank_461853 - 3 Years Ago
ir anyone's interested, i found the answer myself.
I included the following in a script
print ( RLPy.__file__)
print ( PySide2.__file__)

which told me where the libaries were
By Data Juggler - 3 Years Ago
So you can reference those? I have wanted to use an object browser for 2 years, to tell me all the properties available.

What Python editor do you use? I use Visual Studio 2022, can you reference those libraries in your project?

Thanks

By jlittle - 3 Years Ago
I just look in the RLPy.py file in the Bin64 directory which contains the iClone interface routines and shows what the parameters are but not the parameter descriptions themselves.  All the constants are also define there.

Jeff