Sergey

Results 198 comments of Sergey

Also it can be installed from the release page - https://github.com/nortikin/sverchok/releases/tag/v1.1.0 In this case there is no need in the renaming step.

Probably it's better to renames sockets instead (not easier though). Because such changes can potentially break layouts.

Without creating new version of the node I don't see too much choice but to rename sockets (even if order of names will be inconsistent with names in other modes)....

If understand correctly your fix will swap socket outputs. Output of the first socket will go to the second one and vice versa. It's not good because can break existing...

Probably you don't understand something or me. The problem what I see is that when you swap sockets (socket 1 outputs data 2 and socket 2 outputs data 1) they...

Probably, similar fixes can be done - https://developer.blender.org/D16251

![image](https://user-images.githubusercontent.com/28003269/208945146-b0e225d4-2e82-4192-9f95-83a3ef8ee2fa.png)

My monitor settings ![image](https://user-images.githubusercontent.com/28003269/208951243-83b477b4-e198-4584-b76d-9d3c90037da8.png)

https://user-images.githubusercontent.com/28003269/208951924-0ac4208e-8e27-4880-a1d9-f985050691bf.mp4

I've tested this more carefully. The node starts to work correctly after removing it and recreating it again. It means that it calls something in its `init` function. In particular...