Implemented Comparison Nodes and Low Health Alerts

This commit is contained in:
2025-02-13 00:31:06 -07:00
parent 9c2e287b72
commit 39ede691d4
12 changed files with 340 additions and 14 deletions

View File

@ -1,12 +1,4 @@
#!/usr/bin/env python3
"""
Enhanced Backdrop Node (Inherited from BaseNode)
Features:
- Inherits from `BaseNode` so it can be discovered in your node scanning.
- Custom context menu to rename (set title) or pick a new color.
- Forces geometry updates to reduce "ghosting" or partial redraws.
"""
from Qt import QtWidgets, QtGui
from OdenGraphQt import BaseNode