add painter node (#12294)

* add painter node

* use io.Color

* code improve

---------

Co-authored-by: guill <jacob.e.segal@gmail.com>
This commit is contained in:
Terry Jia
2026-03-12 09:55:29 -07:00
committed by GitHub
parent 44f1246c89
commit 73d9599495
2 changed files with 128 additions and 0 deletions

View File

@@ -2450,6 +2450,7 @@ async def init_builtin_extra_nodes():
"nodes_nag.py",
"nodes_sdpose.py",
"nodes_math.py",
"nodes_painter.py",
]
import_failed = []