ly29
ly29
**Payload property named message breaks with null value** ``` "payload": { "type": "object", "properties": { "message": { "type": ["string", "null"], "maxLength": 50 } }, "required": ["message"], }, "examples": [{ "name":...
Opening the gates for nodes that needs to be implemented, priority will be to the ones forcing new issues to be resolved. Also of course some nodes might needed to...
Script Node
 So just started working on it. Barely there but functional in the sense that you can load a script and it works. Todo: (or what does not work) -...
Todolist
A master todolist, feel free to add things, but this is for general features not specific nodes. Only specific nodes that have consequences for the system. ## First steps for...
- [ ] Multisocket - [ ] Changing socket type Multisocket is allowing a dynamic amount of inputs into a node, like list join and formula node. ``` @node_func(...) def...
It is another one of these things that is easier to get started with early, parsed the node functions a bit to generate something for docs. It would be ideal...
Following the mostly successful multi modal node experiment in #11 I now turn to the basic node set starting with math nodes. In the old Sverchok I think perhaps math...