Anyone in the #blender community (maybe @aras ?) know how to get all the cage info for a NURBS surface in Blender using the Python API? I’d like to export the NURBS geometry to a text file.
In the python console I see that I can access e.g. `bpy.context.selected_objects[0].data.splines[0].points[1].weight`, but not sure about connectivity info and the 3D coordinates of each point. Struggling to find this documented anywhere.