Alternate minimal Panda3D version

You don’t have to do these removal steps manually, as the 1.9.0 SDK installer actually allows you to tick off these components - perhaps you clicked through that page without noticing it.

Regardless, though, the SDK is not meant for redistribution. It is meant for development. It is a slow, unoptimized build of Panda full of docstrings, error checks and debugging tools that should not be used in production.

This is why we have the runtime distribution, hosted on runtime.panda3d.org/ and used by pdeploy and the Panda3D Runtime. It is a very fast and slim build of Panda3D, free of development tools and documentation, and it clearly separates the various third-party packages from each other.

The core ‘panda3d’ runtime distribution most certainly does not contain any GPL or similarly restrictively licensed material. It does contain the NVIDIA Cg Runtime, however. We have not managed to separate this into a runtime-loaded plug-in yet.

You can always make your own build of Panda using makepanda, of course, in which case you can omit whatever you want. Building Panda is easy - instructions are on GitHub - and you can customize the build however you want. You can also instruct makepanda to make a runtime distribution build for pdeploy to use, using the --rtdist flag.