rdb

Results 459 comments of rdb

I agree that when you start a gesture it should be locked to that region. Yes, MouseWatcher is designed to filter out events that are meant for the GUI system....

No priority for me, but feel free to PR this. Not hard to add some lines to interrogate. Keep the docstring brief and compiled-out if NDEBUG to not add to...

Thanks for the PR! First thoughts: code looks good, but… Wouldn't it be better to have the object types retained somehow when converting from egg to bam, rather than essentially...

I'm conflicted about this, and still on the side of "negatively inclined". This is an attempt to salvage data from what was intended to be a lossy conversion, reconstructing lost...

I also experimented with Order-Independent Transparency using Per-Pixel Linked Lists here: https://discourse.panda3d.org/t/order-independent-transparency-using-per-pixel-linked-lists/28875 But, it has enough drawbacks that it's worth considering depth peeling instead (or in addition). Tempting is to...

Do you need to be able to drag the file to specific UI elements within the Panda3D window, or is dropping it just anywhere fine?

Thank you for the excellent summary of the problem and the possible solutions. To me, the most important reason to do something like this is so we can support Python's...

> Other than nodes and tasks, are there any other Panda wrappers a user might want to subclass? No more than I can think of reasons to subclass PandaNode. If...