rdb

Results 467 comments of rdb

Hmm... we should forbid that combination for now, until we add the feature of a `panda3d/_all.so` module.

1. Yes, you can't store a reference to the BulletContactCallbackData. I realise that this is confusing for Python users, who are not used to having to think about object lifetimes....

Can't reproduce with panda.egg on macOS 14 arm64. Not sure how the AsyncLoadRequest can be prematurely garbage collected. How have you determined this?

I need more to proceed. Does it happen for you with panda.egg? If not, can you send me a model that it happens with?

I don't think this phrase is right in your issue description: "the default texture-stage is always available". Maybe I misunderstood what you mean, but to the renderer / shader, the...

Some more thoughts on this. EGL / GLX linking is a non-issue. We can load libEGL with dlopen (it's just a handful of functions), and GLX doesn't have its own...

Yes, any projects that use the ConnectionReader/Writer, NetDatagram, socket etc classes will ultimately need to import those from `panda3d.net` instead of `panda3d.core`, though not yet in 1.11, possibly 1.12 or...

Could it be that this was already fixed? I can't reproduce this with latest master.

We could conditionally make use of the extension if HAVE_OPENAL_FRAMEWORK is not defined.

Must be a regression in 389b24e69522f986296817818f2f2ab1803fc1bb. Is the reported `base.pipe.display_width`/`_height` correct?