Implement Compass Image Loader node with dynamic directory discovery and autocomplete
This commit is contained in:
9
__init__.py
Normal file
9
__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .compass_image_loader import CompassImageLoader
|
||||
|
||||
NODE_CLASS_MAPPINGS = {
|
||||
"CompassImageLoader": CompassImageLoader,
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"CompassImageLoader": "Compass Image Loader",
|
||||
}
|
||||
Reference in New Issue
Block a user