Blender For Dummies. Jason van GumsterЧитать онлайн книгу.
display mode. Now, from the Scenes display mode of the Outliner, you can left-click the icon of any object and drag it over the name of another object in the Outliner (essentially dropping it in like copying a file into a folder on your computer’s file browser). That action automatically creates a parent-child relationship between the two objects. On complex scenes, this is an extremely handy trick.
Many game engines and other 3D applications have a notion of grouping that’s very different from how Blender works. They tend to treat all members of a group as a single unit, regardless of which one gets selected. They also tend to treat groups hierarchically; an object can only belong to one group (in turn, that group can be a member of another group, but the base object is still only a member of one). In fact, this behavior is a lot more like Blender’s parenting. To mimic this behavior more seamlessly, follow these steps:
1 Create an Empty object near the center of your “grouping” of objects and display it as a cube (Add ⇒ Empty ⇒ Cube).
2 Adjust the size of the Empty from the Last Operator panel (it’s the Radius value) to roughly include all the objects in your grouping.
3 Name the Empty something clever to indicate the grouping’s name.
4 Make all objects you’re grouping a child of the Empty (select each object, select the Empty, Ctrl+P ⇒ Object).
With this bit of legwork done, you can select the Empty’s cube outline to transform your whole grouping. Even better, your grouping will be hierarchically organized in the Scenes display mode of the Outliner. Many game-engine export scripts properly recognize and translate this structure to their native means of grouping.
Creating collections
.blend
file, and a general collection — named Collection — within that scene. All the default objects (the cube, camera, and light) are part of the collection.
FIGURE 4-13: The Outliner is where you manage collections. Four chapters into this book and you’ve been using them all along!
If you’re coming from another 3D application, you might think of collections like groups or layers, but they’re so much more than that in Blender. Collections are not only a great way to organize your scenes, but they’re also an integral part of other processes in Blender such as instancing and compositing.
Even with just the one collection in your scene, there are a few things you may want to do from the Outliner. For the first thing, I strongly recommend that you rename your collection to something that makes sense to you. Nothing is more confusing than opening an old project and seeing your collections named Collection, Collection 1, Collection 2, and so on.
To rename a collection, double-click its name in the Outliner and type the new name you’d like to use. You can’t do this with the scene collection, but any collection within the scene is fair game.
Looking back at Figure 4-13, notice also that the collection has a check box to the left of its name and an eye icon to the right of it. Both these controls seem to have a similar effect on the objects in the 3D Viewport, but in application, they’re used very differently. The check box is specific to how the collection relates to your current view layer, used when rendering and compositing (see Chapter 18 for more on view layers). If you disable the check box, that collection is basically disabled for this part of your scene. The eye icon will also hide the objects from your scene if you click on it to disable it, but the difference is that those objects aren’t disabled, they’re just not currently visible in the 3D Viewport.
To test the difference between these two controls, disable one and then render your scene (Render ⇒ Render Image). Then re-enable it and disable the other before rendering again. You should notice that when you disable the check box, nothing appears when you render, but when you click the eye icon to close it, your objects in the collection still appear when you render.
For a faster way to control the visibility of collections in your scene, you can use the Collections panel in the View tab of the 3D Viewport’s Sidebar. That panel lists all the collections enabled in your current view layer and provides you with toggles to control visibility.
1 Select all the objects you want to include in the new collection.As an example, say you want the lights in your scene to be in their own collection, so you start off by selecting all your lights.
2 Choose Object ⇒ Collection ⇒ Move to Collection or use the M hotkey.A secondary menu appears with a list of your current collections in your scene. Choose the menu item at the bottom that says New Collection. A pop-up will appear where you can name your new collection. In this example, you might choose to name that collection Lights. After you confirm the collection’s name by clicking OK, all your selected objects are moved to your new collection.
Actually, this is an important point that highlights another