mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[core] Add PluginIssue
compatibility issue
This commit is contained in:
parent
a8a54f67fb
commit
0adb3754f3
2 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,8 @@ class _NodeCreator:
|
|||
|
||||
def _checkCompatibilityIssues(self) -> Optional[CompatibilityIssue]:
|
||||
if self.nodeDesc is None:
|
||||
if meshroom.core.pluginManager.belongsToPlugin(self.nodeType) is not None:
|
||||
return CompatibilityIssue.PluginIssue
|
||||
return CompatibilityIssue.UnknownNodeType
|
||||
|
||||
if not self._checkUidCompatibility():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue