Deleting all points creates an empty CurvesGeometry object, all previous attributes are lost that way. Use resize(0, 0) instead, this preserves the attributes list. Pull Request: https://projects.blender.org/blender/blender/pulls/137511
Deleting all points creates an empty CurvesGeometry object, all previous attributes are lost that way. Use resize(0, 0) instead, this preserves the attributes list. Pull Request: https://projects.blender.org/blender/blender/pulls/137511