Add the `SKIP_SAVE` option to the 'Paste Global Transform' operator properties. This fixes a bug with following repro steps: - Specify a relative object - Use relative copy/paste - Try to use non-relative copy/paste - It will fail because after you used the relative paste operator, the `use_relative` property is saved for ever as True. Pull Request: https://projects.blender.org/blender/blender/pulls/145262