obs-studio icon indicating copy to clipboard operation
obs-studio copied to clipboard

Copy transform from an item within a group does not work

Open Sbssa opened this issue 4 years ago • 4 comments

Operating System Info

Windows 10

Other OS

No response

OBS Studio Version

27.1.3

OBS Studio Version (Other)

No response

OBS Studio Log URL

https://obsproject.com/logs/jGieKzcnUuzl0aYY

OBS Studio Crash Log URL

No response

Expected Behavior

Copy transform from item within a group, then paste transform to another object should re-produce transform settings from source object.

Current Behavior

Copying a transform from an object within a group does not work and no or incorrect transform settings are applied to new object.

Steps to Reproduce

  1. Create a color source object or item
  2. Apply a transform to the color source example: Position: 360x 90y, Size: 1600x900 Crop: 240,240,0,0
  3. Create a group and move the object into the group
  4. Create another color source or object
  5. Copy the transform from the first object within the group and paste transform to the second object outside the group
  6. Paste transform will not apply the correct settings
  7. Select source item within the group and press cntrl+e to edit transform and notice some transform setting are now incorrect.
  8. Move the source object out of the group or ungroup
  9. Copy and paste transform will now work
  10. Select the source item, press cntrl+e and the transform settings are back to normal. ...

Anything else we should know?

We use copy/paste transform extensively for positional reference, it helps to organize positional reference objects into groups, however we need to either un-group or move them out of the group before using the copy/paste transform.

Sbssa avatar Nov 02 '21 16:11 Sbssa

Cannot reproduce it with the git 29782cd59 (or the steps to reproduce the issue is not clear).

The source within the group is aligned to the group itself (not to the preview), thus the source has different properties if the whole group, for example, was moved. It is normal. The group size is dynamic and depends on all sources that is currently inside the group.

SuslikV avatar Jun 17 '22 06:06 SuslikV

Cannot reproduce it with the git 29782cd (or the steps to reproduce the issue is not clear).

The source within the group is aligned to the group itself (not to the preview), thus the source has different properties if the whole group, for example, was moved. It is normal. The group size is dynamic and depends on all sources that is currently inside the group.

Regardless of whether the behaviour is expected based on the code, it doesn't mean it makes sense to the user.

If a user is copying the transform of a scene item, they are going to expect to copy it's size and position within the canvas, not the group.

Warchamp7 avatar Jun 25 '22 22:06 Warchamp7

Then new option needed (feature request) to copy absolute coordinates of the item.

SuslikV avatar Jul 22 '22 07:07 SuslikV

I have two items in the same group and the copy/paste transform doesn't work either. (OBS 28)

Avasam avatar Sep 11 '22 22:09 Avasam