Skip to content
Snippets Groups Projects

Fix addon filter from entry_points

Merged David Hammer requested to merge fix-addon-filter into master
4 files
+ 47
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -319,6 +319,7 @@ class Gotthard2Correction(base_correction.BaseCorrection):
def expectedParameters(cls, expected):
cls._calcat_friend_class.add_schema(expected)
cls._kernel_runner_class.add_schema(expected)
base_correction.add_addon_nodes(expected, cls)
PreviewFriend.add_schema(expected, cls._preview_outputs)
(
OUTPUT_CHANNEL(expected)
Loading