makepanda does not build ppackadge and other p3d

makepanda does not build ppackadge and other p3d
I think it should do that for the official install some how gets those packages working, it it a bug or a real omission?

These .p3d scripts are part of the rtdist build, not of the normal build. They are only available in the official distribution or at runtime.panda3d.org/.

I’m not going to let makepanda invoke packp3d to make these scripts, because makepanda should run without requiring an internet connection.

I fixed it like this: For the source releases, I ship the current version of the .p3d scripts in the direct/src/p3d directory. Makepanda notices that they are there and includes them in the official installation.

So if you download the .p3d files and put them direct/src/p3d before the build, everything should be fine.