LayerCollection(bpy_struct)#

base class — bpy_struct

class bpy.types.LayerCollection(bpy_struct)#

Layer collection

children#

Layer collection children

Type:

bpy_prop_collection of LayerCollection, (readonly)

collection#

Collection this layer collection is wrapping

Type:

Collection, (readonly, never None)

exclude#

Exclude from view layer

Type:

boolean, default False

hide_viewport#

Temporarily hide in viewport

Type:

boolean, default False

holdout#

Mask out objects in collection from view layer

Type:

boolean, default False

indirect_only#

Objects in collection only contribute indirectly (through shadows and reflections) in the view layer

Type:

boolean, default False

is_visible#

Whether this collection is visible for the view layer, take into account the collection parent

Type:

boolean, default False, (readonly)

name#

Name of this layer collection (same as its collection one)

Type:

string, default “”, (readonly, never None)

visible_get()#

Whether this collection is visible, take into account the collection parent and the viewport

Return type:

boolean

has_objects()#
Return type:

boolean

has_selected_objects(view_layer)#
Parameters:

view_layer (ViewLayer) – View layer the layer collection belongs to

Return type:

boolean

classmethod bl_rna_get_subclass(id, default=None)#
Parameters:

id (string) – The RNA type identifier.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)#
Parameters:

id (string) – The RNA type identifier.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties#

Inherited Functions#

References#