Wizzerinus | Alex K.
Wizzerinus | Alex K.
The main issue with the bounding box is with how DirectGUI code works. * For example, the text of DirectLabels is not inside the said DirectLabel, but is instead added...
also init_beanie currently is set to `list[Document]`, but sometimes you need to put a `UnionDoc` as an argument, which is not a subtype of Document
That sounds like a question you should ask the exporting tool about. I bet if this functionality is possible and used, one can modify the exporting tool to write some...
apache 2.0 is not a copyleft license, so it shouldn't be an issue on that front
Pretty sure the 3dsmax tool for example is considered obsolete anyway and not really needed for development even
From the code it looks like what is called asynchronous loading is actually threaded loading in a separate task chain. And then panda3d fails to pass the model across threads.
More info: this happens because python garbage collects the AsyncLoadRequest. Classic.
I am getting a segmentation fault, but only if the AsyncLoadRequest variable isn't saved on the class instance. I can't think of any other reason that would happen.
Note that if the texture paths are set to something like `tex/front-side.png` etc., this issue does not occur, it only happens when the palette path and the current egg texture...
this isn't a blocker I think, it's fairly easy to code around (https://github.com/Toontown-Event-Horizon/panda-utils/blob/feature/reworked-egg-parser/panda_utils/assetpipeline/models.py#L275)