Browse Source

setuptools build_apps: Add p3assimp to the check_plugins list

This gets rid of the runtime error message about missing Assimp.
Mitchell Stokes 7 years ago
parent
commit
3be7c63d42
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/dist/commands.py

+ 1 - 0
direct/src/dist/commands.py

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