22

I'm facing this frustrating "feature" that I can't seem to remedy; when I duplicate an object (and now, even when I create two completely new objects), their transformations/scaling is synchronized. This is extremely annoying when trying to use any sort of transformation keyboard shortcut.

It should be noted by going to the properties menu (N) and manually setting the properties works just fine.

For instance, here is just the camera selected (trust me, I made sure):

And when I try to transform by clicking+dragging on the X axis OR by hitting G->X, this happens:

They are not grouped (verified by going to the Groups list up in the Scene panel) and they do not have parents (verified by going to Object->Relations).

I have tried the unlink command as well, to no avail.

I have seriously run out of options; what did I change to have my G->X shortcuts transform multiple objects? It seems completely at random, too; certain objects seemed to be "linked" to other random objects, and this "linking" is guaranteed when duplicating even when I do a non-linking duplicate (Shift+D).

What gives?

Glorfindel
  • 636
  • 1
  • 11
  • 18

2 Answers2

19

This could be...

  • Proportional editing, (disable in 3d view header)
  • Objects can share an action (shared animation data), (check the action space with each object selected)
  • a constraint, check object constraints
  • a driver (unlikely this would be setup by accident, but drivers can do this still)
ideasman42
  • 47,387
  • 10
  • 141
  • 223
3

For debugging cases like this you could try using the following debugging tools

  1. Keep an eye on the View3D Header for information regarding the current modal operator. In your case, you should see proportional editing messages.

  2. In the View3D Properties Panel (N key), under Display Panel check the Relationships option. (in case there are constraints setup like Child-Of, Copy-Transform)

satishgoda
  • 8,064
  • 2
  • 18
  • 35