Implemented Comparison Nodes and Low Health Alerts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user