mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
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
1
direct/src/dist/commands.py
vendored
1
direct/src/dist/commands.py
vendored
@ -540,6 +540,7 @@ class build_apps(setuptools.Command):
|
||||
'pandaegg',
|
||||
'p3ffmpeg',
|
||||
'p3ptloader',
|
||||
'p3assimp',
|
||||
]
|
||||
def parse_prc(prcstr, warn_on_missing_plugin):
|
||||
out = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user