Questions tagged [collections]

Collections were introduced in Blender 2.8 to replace object layers and groups as a scene organization tool. Use this tag for questions about 2.8 or later Collections. Use this tag for questions about using Collections.

Collections were introduced in Blender 2.8 as a combined replacement for the grouping and layer systems for managing objects in scenes. They do not replace bone layers or view layers. Collections are also used in other parts of the system, such as Particle Systems to provide the objects rendered by the particle system.

The introduction to collections has this to say about them:

In Blender, objects are not directly part of the scenes. Instead, they all get stored in a main database (basically the blend-file).

When they are stored in a scene, they are part of a so-called scene collection. So ultimately all the scene objects belong to this special collection.

While the scene collection contains all the Scene’s objects, the user can also make their own collections to better organize these objects.

Use this tag for questions about using Collections to organize objects.

451 questions
11
votes
4 answers

2.8 How to Duplicate Collection without keeping it "linked"?

I don't quite understand the new "collection" workflow, if i have a Collection with a bunch of object, and duplicate that collection, the newly created collection seems to be "linked" to the original one, anything i do to any of them effects the…
alaslipknot
  • 1,007
  • 2
  • 9
  • 16
9
votes
2 answers

How can I use 'create new collection' command?

I create a collection with 'create new collection' command but the new collection did not appear in scene collection. And I found it in 'orphan data'. I tried to move the new collection(test) to scene collection but failed. I don't understand the…
나미손
  • 735
  • 1
  • 8
  • 18
6
votes
2 answers

Is there a way to manipulate objects as group in Blender 2.8?

I grouped objects in Collection. But I can't find a way to select collection as 'one object' and let's say center it.
mike
  • 63
  • 4
5
votes
2 answers

disable render of all collections with python in blender 2.8

I am trying to disable all collections in the render with python in Blender 2.8 It works on top-level collections with the code below, but ignores nested collections. import bpy coll = bpy.context.view_layer.layer_collection for x in…
5
votes
1 answer

Blender 2.80 Multiple Quick Selections in Outliner

In Blender 2.8 Outliner, what is the best way to quickly select many items that are in a row and without individually clicking on each item? Shift+Left Mouse Click or CTRL-Shift+Left Mouse Click does not work. Like in the below image, want to…
David Oulton
  • 411
  • 5
  • 14
4
votes
1 answer

Duplicating / copy collections (unlinked) in 2.81 from one scene to another scene

I'm trying to copy everything in a collection (I don't want them linked) called Camera.001 from one scene to another scene (the second scene is in the same blender file). But I notice that when I duplicate a collection called Camera.001 that when I…
Rick T
  • 4,391
  • 1
  • 20
  • 64
4
votes
3 answers

How can I convert a linked collection to a local collection?

I would like to switch some materials of my linked collection, but how can I instantiate it so I can edit those materials? Will the meshes remain linked?
gordie
  • 2,510
  • 3
  • 25
  • 47
3
votes
3 answers

The same objects are appearing in 2 collections in the same file

As you can see in this video: https://youtube.com/shorts/ASTPhRrFamI The same object appears in 2 collections. I have 24 such objects and there is no way to get rid of one of the copy: if I delete one, the other one goes as well. Changing the name…
PolyMad
  • 834
  • 5
  • 18
3
votes
1 answer

How to prevent two Collections

I have created a model consisting of a number of mesh cube objects (resized etc) and have ONE collection containing each of the cube objects. When I import an FBX object Blender places it into a new collection and I wonder if that is because it is…
John Arnold
  • 1,581
  • 1
  • 12
  • 26
3
votes
1 answer

How to add multiple objects to multiple collections?

I have about 50 objects I want to have in 3 different collections. How do I do this quickly without having to do this individually for each object? So for example I have 50 cubes and I have collection1, collection2 and collection3. How do I set them…
postguest
  • 127
  • 5
3
votes
1 answer

How to create sub-collections?

How can I create sub-collections? Like a collection inside another collection. I only found how to do it using python, is there any easier way that doesn't envolve coding? Thanks!
horsse
  • 315
  • 2
  • 10
3
votes
1 answer

Variants of linked collection instances

I created a space ship turret in a Collection in a separate .blend file to use in another file. Then I created linked collection instance couple of times in a new file. Now I would like to customize them a bit - rotate some of the guns on turrets…
korda
  • 395
  • 2
  • 9
3
votes
1 answer

Is there a hotkey for moving whole collections around?

pretty basic question: Does anyone know of an easy way to select a collection and use a hotkey to move it to it's desired location? I have tried a lot of different ways involving (M, ctrl + M, ctrl + G) and I can't seem to figure it out. I just…
MASTER_2E
  • 521
  • 1
  • 5
  • 14
3
votes
1 answer

Can elements of a collection be moved up or down?

Let’s say I want the NM.Top.Soil layer to be above Far.Mountain. I don’t see the way
drpeppercan
  • 719
  • 2
  • 10
  • 27
3
votes
0 answers

In blender 2.8 how do I make a scene-local instance of a collection after creating a linked scene?

I first discovered some workflow shortcomings of blender 2.8 when I asked " In blender 2.8 how do you make a local instance of an object in use by multiple scenes? " Now that I understand collections a little bit more, I can describe what is going…
Mutant Bob
  • 9,243
  • 2
  • 29
  • 55
1
2 3 4