I'm trying to automate SoftBody node creation with script. Everything works out except I don't know which vertices to set as pinned. (So that, that part of mesh stays still). I figured that if I created a vertex group in blender and accessed them in Godot I can supply vertex array to SoftBody. Is there a way? Thanks in advance!