Migrated codebase to OdenGraphQT Successfully

This commit is contained in:
2025-02-12 21:43:48 -07:00
parent 2a95535e0a
commit ca5152b89a
21 changed files with 11 additions and 1424 deletions

View File

@ -8,7 +8,7 @@ Math Operation Node:
- Displays the computed result in a read-only text box labeled "Result".
"""
from NodeGraphQt import BaseNode
from OdenGraphQt import BaseNode
class MathOperationNode(BaseNode):
__identifier__ = 'bunny-lab.io.math_node'
@ -119,3 +119,4 @@ class MathOperationNode(BaseNode):
def receive_data(self, data, source_port_name=None):
self.process_input()