You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the type stubs, it help me a lot!
I've been tried to generate hou.py stubs by myself with your method, but the stubs result looks the same as hou.py it self without the docs string, the type annotations still C++ type string, is there anything i missed?
The text was updated successfully, but these errors were encountered:
Hi @GaussianGuaicai, sorry the Houdini stub generation does not work the same as the others here. I started porting it to use the same system here but I did not finish. If you're feeling intrepid, the real generator lives here, you may be able to figure out how to use it.
The original generator was written by @isohedronpipeline, perhaps he will have some time to help me port this over.
I'd probably rewrite the stub generator to parse and convert those C++ type annotations instead of pulling it out of the docstrings if I were to do it again. That would greatly simplify that original script as well as make it more reliable and complete, since I really only focused on the classes I was using at the time.
Thanks for the type stubs, it help me a lot!
I've been tried to generate hou.py stubs by myself with your method, but the stubs result looks the same as hou.py it self without the docs string, the type annotations still C++ type string, is there anything i missed?
The text was updated successfully, but these errors were encountered: