rdb

Results 467 comments of rdb

I'm just going to fix it for now by making sure that the Python bindings don't delete the underlying C++ stream pointer when the Python object goes out of scope....

I think some Blender versions use 4 values and some use 3. It should probably check whether Blender returned 4 values or 3 and adjust the output appropriately.

Yeah, should work, just be sure to select the base ralph and the animation files at the same time when importing

Emscripten build failed... maybe we need a separate dtool_config.h flag for alext presence.

Or, we need to just vendor alext.h, just like we do with glext.h... it's feature-gated at runtime anyway.

I am leaning towards investigating shipping our own alext.h.

Can you reproduce this with a very short sample program?

I ran main.py with GeForce RTX 2080 Super on Windows 11 and got no error message.

Thanks so much for working on this! We should consider whether we really want to include the Pmw sources, or whether we should fetch them from a separate repository. I...

The problem is that setTextColor modulates _everything_, you should use setFg/set_fg on the font if you want to set the text colour without modulating the outline.