setuptools build_apps: Add p3assimp to the check_plugins list

This gets rid of the runtime error message about missing Assimp.
This commit is contained in:
Mitchell Stokes 2019-01-01 19:39:33 -08:00
parent ce4985a333
commit 3be7c63d42

View File

@ -540,6 +540,7 @@ class build_apps(setuptools.Command):
'pandaegg',
'p3ffmpeg',
'p3ptloader',
'p3assimp',
]
def parse_prc(prcstr, warn_on_missing_plugin):
out = []