Small API reference inconsistence on PandaLoader

Hi,
I just noticed that the class PandaLoader as mentioned in the API reference is only available as “Loader” in real code (pandac.PandaModules.Loader or panda3d.core.Loader to be precise).[/url]

It was renamed for 1.8.0. But there’s not usually a reason for your code to be accessing it directly; it’s intended to be a private class that’s accessed only by the Python Loader class.

David

Thanks. I was indeed looking at the devel API while using a package that is a week old or two.

I’m currently about to rewrite Loader.py to be simpler and not dependent on ShowBase (which is a mess IMHO). That’s why I’m using it.