mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-25 22:35:43 -03:00
0.51
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
class CustomStringType:
|
||||
@classmethod
|
||||
def INPUT_TYPES(s):
|
||||
return {"required": {"value": ("STRING", {"multiline": True})}}
|
||||
|
||||
RETURN_TYPES = ("CUSTOM_STRING",)
|
||||
FUNCTION = "passthrough"
|
||||
CATEGORY = "Bjornulf"
|
||||
|
||||
def passthrough(self, value):
|
||||
return (value,)
|
||||
Reference in New Issue
Block a user