add keywords for all nodes
This commit is contained in:
@@ -26,6 +26,8 @@ class ImageDemo:
|
||||
|
||||
DESCRIPTION = "Load a bundled demo file so you can try the app without providing your own data."
|
||||
|
||||
KEYWORDS = ("example", "sample", "test")
|
||||
|
||||
def load(self, name: str = "", colormap: str = "viridis", colormap_map=None):
|
||||
from backend.nodes.image import Image
|
||||
loader = Image()
|
||||
|
||||
Reference in New Issue
Block a user