mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 20:52:11 -03:00
0.28
This commit is contained in:
@@ -12,7 +12,7 @@ class CombineTextsByLines:
|
||||
RETURN_NAMES = tuple([f"line_{i+1}" for i in range(50)])
|
||||
FUNCTION = "extract_lines"
|
||||
OUTPUT_NODE = True
|
||||
CATEGORY = "text"
|
||||
CATEGORY = "Bjornulf"
|
||||
OUTPUT_IS_LIST = tuple([True] * 50) # Indicate that all outputs are lists
|
||||
|
||||
def extract_lines(self, number_of_inputs, number_of_lines, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user