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:
parent
ce4985a333
commit
3be7c63d42
|
|
@ -540,6 +540,7 @@ class build_apps(setuptools.Command):
|
|||
'pandaegg',
|
||||
'p3ffmpeg',
|
||||
'p3ptloader',
|
||||
'p3assimp',
|
||||
]
|
||||
def parse_prc(prcstr, warn_on_missing_plugin):
|
||||
out = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue