From 803ef5effd000a21e5019fdfe26b021e671abe2a Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 14 Oct 2010 00:02:11 +0000 Subject: [PATCH] add speedtree --- direct/src/ffi/panda3d.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/ffi/panda3d.py b/direct/src/ffi/panda3d.py index c731c7f605..4cd659be2d 100644 --- a/direct/src/ffi/panda3d.py +++ b/direct/src/ffi/panda3d.py @@ -13,6 +13,7 @@ panda3d_modules = { "physx" : "libpandaphysx", "ai" : "libpandaai", "awesomium" : "libp3awesomium", + "speedtree" : "libpandaspeedtree", } class panda3d_import_manager: