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
I don't see the operational need. pyluxcore API is not too complex and not so many people use it. It's not worth the effort, both for writing it and maintain it in the future. Considering also the rarety of devs, should be closed, in my opinion.
Python pyi file should be provide along side so/dylib/pyd files to provide typing information. This would make pyluxcore more self documenting.
I tried mypy's stubgen, but the output is pretty bad
There is probably a smarter way to directly generate pyluxcore.pyi from https://github.com/LuxCoreRender/LuxCore/blob/master/src/luxcore/pyluxcore.cpp
In the worse case a pyluxcore.pyi could be hand maintained.
The text was updated successfully, but these errors were encountered: