Mei Chu
Mei Chu
Thank you for your timely response. I shall take a look and in the meantime, I did a test in PyCharm passing *args and **kwargs and its Epytext docstring returned...
I did a test with args and kwargs. I called on the autoDocstring after creating the function, of course. Evidently something about the args and kwargs is not auto-completing. ```python...
Could you elaborate what you mean by "regular kwarg"? For example, `def test_func(arg1="abc", arg2="xyz"):`, similar to my second example posted above, would just mean they're basic parameters, right? The *...
Hey Larry I just recently forked this project and built it on my computer (MacOS) and also noticed the same documentation link error. I will be more than happy to...
Pull request [#2502 ](https://github.com/OpenImageIO/oiio/pull/2502) merged.
If you type "oiiotool --help", it will tell you the file path to which your config.ocio it is using. Can you verify if that's the same config.ocio file path that...
Yes please print the EVENT environment variable in your python script prior to calling `oiio.ImageBufAlgo.colorconvert(buf, buf, inColorspace, outColorspace, colorconfig=ocioconfig)` and see what that returns.
Are your two test results earlier from your own local computer or from the render farm computer logs? I am wondering whether there is a discrepancy between results from your...
I would like to spend some time looking into this. I want to say that there isn't an issue and we could use PYBIND11_NO_ASSERT_GIL_HELD_INCREF_DECREF to disable this check. But that...
Indeed I agree with maybe having a docker image could be helpful with debugging. I have Python 3.9.6 on my MacOS unfortunately though I did try to build it with...