We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be12f5 commit 5cb53fcCopy full SHA for 5cb53fc
1 file changed
CP5/active_plugins/HelloWorld.py
@@ -39,6 +39,10 @@ def create_settings(self):
39
40
def settings(self):
41
return super().settings() + [self.overlay_text]
42
+
43
+ # normally unnecessary, but ImageProcessing defines this so we have to too
44
+ def visible_settings(self):
45
+ return self.settings()
46
47
def run(self, workspace):
48
self.function = self.place_text_on_image
0 commit comments