Closed pixel-ninja closed 8 months ago
Thanks for the guide!
I just wanted to add that in my case it was useful to generate a .pyi stub file so that code completion would work properly.
With mypy installed running the following from the oiio folder will produce the pyi file: stubgen -m OpenImageIO -o ./
stubgen -m OpenImageIO -o ./
Thanks for the tip. 🎉 I've updated the steps to include this.
Thanks for the guide!
I just wanted to add that in my case it was useful to generate a .pyi stub file so that code completion would work properly.
With mypy installed running the following from the oiio folder will produce the pyi file:
stubgen -m OpenImageIO -o ./