When trying to rotate in curves edit mode using proportional editing and connected only mode, Blender would crash. This was because the `TransData` structs for disconnected elements did not have the location field populated, resulting in a null pointer access. The fix skips these elements entirely using `TD_SKIP`.