Commit before rebuilding in OdenGraphQT
This commit is contained in:
@ -8,9 +8,11 @@ class ArrayNode(BaseNode):
|
||||
- Stores incoming values in an array with size defined by ArraySize.
|
||||
When full, it removes the oldest value.
|
||||
"""
|
||||
__identifier__ = 'io.github.nicole.array'
|
||||
__identifier__ = 'bunny-lab.io.array_node'
|
||||
NODE_NAME = 'Array'
|
||||
|
||||
|
||||
|
||||
def __init__(self):
|
||||
super(ArrayNode, self).__init__()
|
||||
self.values = {} # Ensure values is a dictionary.
|
||||
|
Reference in New Issue
Block a user