Neural nodes progress

This commit is contained in:
luboslenco
2025-10-09 22:35:55 +02:00
parent 81fac0d023
commit 8aa4747a71
14 changed files with 1098 additions and 1812 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ let nodes_material_categories: string[] = [
_tr("Color"),
_tr("Vector"),
_tr("Converter"),
_tr("Neural"),
// _tr("Neural"),
_tr("Group")
];
@@ -111,7 +111,7 @@ function nodes_material_init() {
nodes_material_color,
nodes_material_vector,
nodes_material_converter,
nodes_material_neural,
// nodes_material_neural,
nodes_material_group
];
}