Number Counter node should use a Logic Boolean Primitive input
Some of the nodes from this plugin seem to be written by different developers, because nodes like the Number Counter do not accept a Logic Boolean Primitive as an input for a simple true/false value, and instead expect a number:
If it's too late to fix this (because it could render existing workflows corrupted) an optional boolean input could be added to make it more logical for new workflows, allowing to connect the Boolean Primitive to the boolean input.
ALso, the Number Counter should allow converting the reset_bool value to widget to avoid this additional Logic Boolean node altogether.
Некоторые узлы этого плагина, похоже, написаны разными разработчиками, поскольку такие узлы, как Number Counter, не принимают логический булев примитив в качестве входных данных для простого значения true/false, а вместо этого ожидают число:
Если исправить это уже слишком поздно (поскольку это может привести к повреждению существующих рабочих процессов), можно добавить необязательный логический вход, чтобы сделать его более логичным для новых рабочих процессов, что позволит подключить логический примитив к логическому входу.
Кроме того, счетчик чисел должен позволять преобразовывать значение reset_bool в виджет, чтобы вообще избежать этого дополнительного узла Logic Boolean.
how do I even use this reset_bool? I need the counter to reset to 0 when the process starts, then increment as the batch is executed, and then reset to 0 again after stopping or when the amount is complete. Such a simple task, but I have no idea how to do it?
There was logic nodes that I made these to compliment originally. But you just need to send a 0/1 to reset it, where 0 is not resetting and 1 is resetting. Then some logic nodes to change to 1 when you need to.
