The default curve type when there is no "curve_type" attribute is Catmull ROM. In order to avoid allocating an entire array of values just to set this default type, remove the attribute instead. This will be less important when we can store attributes as single values. Also fix a curve utility API comment.