From 3be7c63d421396583cf8287470621dff63d8bf7d Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Tue, 1 Jan 2019 19:39:33 -0800 Subject: [PATCH] setuptools build_apps: Add p3assimp to the check_plugins list This gets rid of the runtime error message about missing Assimp. --- direct/src/dist/commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/dist/commands.py b/direct/src/dist/commands.py index a134aad64f..2254515b2f 100644 --- a/direct/src/dist/commands.py +++ b/direct/src/dist/commands.py @@ -540,6 +540,7 @@ class build_apps(setuptools.Command): 'pandaegg', 'p3ffmpeg', 'p3ptloader', + 'p3assimp', ] def parse_prc(prcstr, warn_on_missing_plugin): out = []