rdb

Results 471 comments of rdb

It'd also be good to set `WANT_PYTHON_VERSION` to the version of Python that makepanda is being invoked with.

Yes, it is the intention that it should be used alongside an existing generator, as you say, in the regular case. However, for debugging collisions, all other collision solids (including...

Hey @hecris, that would be great! Sorry for missing your last comment. I'll take a closer look this week!

Also, now that we have CMake in the master branch, do you think you could merge in the master branch to your branch and add your files to the CMakeLists.txt?

This is annoying. All the documentation and example code indicates we have to use `` includes (and `` for the macOS framework). It would be annoying if we have to...

I'm curious, by the way, does DirectCheckBox do anything that DirectCheckButton doesn't?

Thanks for your work on this. How much of this can/should go into 1.10?

I am not sure why VSCode requires specific type stub files for the module, surely it can just import the modules and see what's in there? Are you sure it...

We don't currently have a Cocoa implementation of TinyGraphicsWindow. We should either compile the SDL version on macOS or create a new Cocoa version.

This might be because of the `_awaiting_configure` check in `x11GraphicsWindow::begin_frame()`, which early-outs until a ConfigureNotify event has been received. Perhaps XWayland behaves unexpectedly in this respect.