rdb

Results 354 comments of rdb

This could be replaced with `LPoint3::rfu(x, y, z)`. Unfortunately I think it's far more involved than that, the code that generates the patches has to be changed and probably the...

> Panda3d-interrogate, the name is not quite successful. This makes the binding to the panda. You need something global, PyBindC++. If and when we split off interrogate into its own...

So, fixing this while preserving current behaviour on Python 3 would mean removing these cases entirely, but perhaps GarbageReport would work better if new-style classes did get handled under this...

Thanks for your work on this! We should probably get this into 1.10.

It sounds like adding a bitmask field to ColorBlendAttrib to specify which (numbered) targets should be enabled/disabled for blending should satisfy your use case. This should be fairly simple to...

Can someone test that this PR is actually having this effect? Should we be setting _NET_WM_DESKTOP_FILE?

> Would it be enough to take a desktop file and sample program generated by it, place it in the correct location, and see whether it shows an icon and...

What happens currently when you press Command+Q? By what mechanism does the application actually close? Does Cocoa just call `exit()` somewhere?

Sorry, I do not understand at all what you are asking for here. Are you saying that you wish to be able to know whether a solid is entirely contained...

This should already be the case, because boxes are solid. If not, that is a bug. Can you show a test that demonstrates otherwise?