Panda PhysX

That’s great to hear, and as always, thanks for the quick reply. =)

I’ve tried to get 2.8.4.6 working. By copying the deployment files into the root of my panda application it compiles fine, but python crashes upon execution. I’m running Panda 1.8.0. I recall having any issue running 2.8.4.5 a few months back too, where you recommended that I needed to use 2.8.4.4, hence my thinking that’s the issue.

You can verify this yourself if you like by running the following code segment:

from panda3d.physx import *

scene = PhysxManager.getGlobalPtr().createScene(PhysxSceneDesc())