Register nodes_number_convert.py in extras_files list

Without this entry in nodes.py, the Number Convert node file
would not be discovered and loaded at startup.
This commit is contained in:
dante01yoon 2026-03-18 19:36:07 +09:00
parent 82cf5d88c2
commit dae107e430

View File

@ -2452,6 +2452,7 @@ async def init_builtin_extra_nodes():
"nodes_nag.py",
"nodes_sdpose.py",
"nodes_math.py",
"nodes_number_convert.py",
"nodes_painter.py",
]