2025-01-22 16:18:30 +01:00
|
|
|
from lnx.logicnode.lnx_nodes import add_node_section
|
|
|
|
|
|
|
|
|
|
add_node_section(name='default', category='Math')
|
|
|
|
|
add_node_section(name='angle', category='Math')
|
|
|
|
|
add_node_section(name='matrix', category='Math')
|
|
|
|
|
add_node_section(name='color', category='Math')
|
|
|
|
|
add_node_section(name='vector', category='Math')
|
2026-09-04 10:46:13 -07:00
|
|
|
add_node_section(name='generator', category='Math')
|