Commit Graph

7 Commits

Author SHA1 Message Date
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
bdb01d1ab2 Copy Global Transform: add tracker URL
Add a bug tracker URL.

Ref: https://projects.blender.org/blender/blender-manual/issues/102734
2023-04-11 17:25:20 +02:00
606e4b35f2 Copy Global Transform: allow mirroring of pasted transforms
The 'Paste Global Transform' operator now can mirror pasted transforms
as well, relative to an object or a bone. If a bone name is given without
also specifying the armature object, the add-on will use the named bone
in the active armature.
2023-03-10 12:30:21 +01:00
45778689d9 Copy Global Transform: add documentation URL
Documentation was written in rBM9792 and rBM9793.

Manifest Task: T102734
2022-12-12 15:45:06 +01:00
b8d86ccc0a File headers: use SPDX license identifiers
See T95597
2022-02-11 16:05:07 +11:00
b225534818 Fix UI messages (typos etc.). 2022-02-07 10:59:57 +01:00
d737f2016d New animation add-on: Copy Global Transform
This add-on allows animators to copy the global transform of the active
object or pose bone onto the clipboard. It can then be pasted in three
different ways:

- To the current transform of the selected object/pose bone (could be a
  different one than was used for the copying).
- To selected keyframes.
- Baking to all frames between the first and last selected keyframe
  (defaulting to preview range or scene range).

All three methods are compatible with auto-keying.

The latter two methods *require* auto-keying to be enabled, to give the
animator control over which keying set to use, etc.

An earlier version of this add-on was used by the Blender Animation
Studio during Sprite Fright. Since then the two paste-to-frame-range
options were added, by request of the animators.

Reviewed by: campbellbarton

Differential Revision: https://developer.blender.org/D13570
2021-12-16 11:10:11 +01:00