Blender Beginner Guide

Chapter 8: Copying an object to the scene

It is time to learn how to copy an object to the scene.

There are a few methods, but try to remember the one that uses the shortcut.

Copying an object without using the shortcut

  1. Select the cube with the LMB. 2. Click on it with the RMB and choose “Copy objects” from the menu.

page_46_img_1.png

If you click the RMB again and choose “Paste Objects” from the menu, your object (in this case, the cube) will be copied, but it will be in the same place as the original cube.

One way to know that you have copied the object is by noticing that you now have two cubes in your outliner: Cube and Cube.001.

page_47_img_1.png

Another way is to select the cube and see that there is another one in the same place.

page_47_img_2.png

Copying the object by using the shortcut

  1. Select the cube with the LMB.

page_47_img_3.png

  1. Press “CTRL+C” to copy the object.

page_48_img_1.png

  1. Press “CTRL+V” to paste the object

page_48_img_2.png

Now, before I teach you about edit mode, you need to learn about a few things.

page_48_img_3.png

This part in the bottom right contains some important scene statistics.

page_49_img_1.png

If it is not showing, just click on that black bar (Status bar) with the RMB and choose Scene Statistics.

page_49_img_2.png

First, you will see the name of your selected collection - Collection, the name of your selected object - Cube, the number of Vertices of that object - 8, the number of faces of that object - 6, and the number of objects in the collection. After that, other important information includes memory and VRAM, but we will talk more about that when we start modeling and rendering.

The last number is the version of Blender that you are currently using - for me, it is currently 4.0.2.

When you are copying the objects, the number of vertices, tris, and faces increases as it should.

page_50_img_1.png

But is there a way to have, for example, a thousand cubes in the scene and still have the number of vertices, faces, and tris be the same as if we have only one cube in the scene?

Yes, there is. You will learn about that cool trick in one of the next chapters.