Sergey

Results 198 comments of Sergey

I've recently finish with a module for Sverchok which can convert node trees into json files and add nodes from json files into a tree. Probably you could reuse something...

@portnov Or name can be more clear like `Center to origin` or `Origin to 3D cursor`.

I think it's Blender limitation. Looks like Get object data node can't see freshly changed geometry and uses previous one instead. By the way there is Copy Modifiers node. ![copy...

I've got it. I was wrong about the Blender limitation. It is the same problem as this #4609. If the Get Object Data node uses fresh depsgraph everything works as...

CSG Boolean 2 node is not what you are looking for?

Merge Mesh 2D? ![image](https://user-images.githubusercontent.com/28003269/181722190-9213156a-24b8-4f8b-8570-48996d5a5f42.png)

Relevant with this element. SNL is exporting ENUM according its logic in `load_from_json` method. Probably export/import SNL with enums is broken now if it ever worked. ![2020-11-29_18-25-04](https://user-images.githubusercontent.com/28003269/100544578-3f9e5880-3270-11eb-9496-46a999c41c8e.png)

The issue is in importing order. At present import system tries to apply node property and then call node custom import if one had it but SNL node does not...

As far as I know node ids are used mostly in update system. Update system requires node_ids to be persistent during blender execution. During file reloading / opening / importing...

Fixed node can work with old Blender files, with old JSON files but if to save fixed node and open it in Sverchok before the fix the sttings will be...