2

I would like to adjust the camera view, so I press the CtrkAlt0 to switch to the camera view window, then I try to adjust the camera window.

this is the screen shot before I try to adjust the camera view

Then, I press the G key, and try to move the view window up or down, but finally, I see that all the objects were moved, not the camera view itself:

all the objects were moved and they get separated

What causes this behavior?

BTW: I have just tried a very simple blender file (which only contains the default Cube, and I can correctly move the camera view), so are there some settings wrong in my first case? Thanks.

Edit: test blend file

CodeManX
  • 29,298
  • 3
  • 89
  • 128
ollydbg23
  • 267
  • 2
  • 10

1 Answers1

6

You had "proportional editing object mode" enabled. Toggle it off and it should work as expected.

enter image description here

user2859
  • 3,612
  • 21
  • 21
  • Dear user2859, thanks, this did fix my issue. I found that this option my be enabled by hitting the O key by accident. – ollydbg23 Mar 21 '14 at 14:24