Tomas Van den Hauwe

Results 15 comments of Tomas Van den Hauwe

Hi, I did a little more digging based on @greg-cohoon 's info. I created attached sample scene, which is simply a camera looking straight into an area light of unit...

Thanks, that worked! Don't know how I missed that 🙂

If I can weigh in with the perspective of a relatively new holoviz user. 1. `instantiate`, while well-documented, is a misleading term since it means making a copy of the...

Re 4: * Agreed a factory shouldn't replace what's currently there. A user would provide either a default or a factory. * The factory could simply be a class, so...

I'm using workaround #1 in my real application and somehow it's only calling the indicator twice (busy = True, False). Not really sure what the difference is, I have 2...

I was testing this on version 2.9.0, then updated to 2.19.3 before opening this issue. But now I discovered the v3 behavior is completely different. `v3.imread` now reads my 16bpp...

Using `v3.imwrite`, it looks like the uint16 dtype of the numpy array is respected when writing to a PNG file. This behavior seems better. What's still missing is a way...

Thanks @marcomusy for the quick resolution! In my actual application the colors were also wrong when I simply provided a list of colors, as in the "correct" case in my...

[weakref.patch](https://github.com/wlav/CPyCppyy/files/11141510/weakref.patch) I tried compiling my own libcppyy.so and using it as a drop-in replacement, but couldn't get that to work. Depending on the commit I used I either got a...