Pastes the contents of the text clipboard into the focused text field, or the contents of the geometry clipboard if no text field is focused. If the floating point clipboard contains a valid value and the text field being pasted into takes a floating point number, it will be pasted losslessly. See [link=copy]Copy[/link] for more information about the mechanics of clipboard data. If necessary, the pasted geometry is transformed to the current vertex format according to the [link=vertex_format_conversion]vertex format conversion[/link] rules. [!todo]Currently, when geometry is pasted, all pasted faces are placed into the first partition. If you wish to paste into a different partition, the partition value of selected faces must be manually reassigned after pasting.