Blender  V2.93
Public Attributes | List of all members
LayerCollectionFlag Struct Reference

Public Attributes

struct LayerCollectionFlagnext
 
struct LayerCollectionFlagprev
 
ViewLayerview_layer
 
Collectioncollection
 
int flag
 
ListBase children
 

Detailed Description

Definition at line 1800 of file collection.c.

Member Data Documentation

◆ children

ListBase LayerCollectionFlag::children

Corresponds to LayerCollection->layer_collections.

Definition at line 1809 of file collection.c.

◆ collection

Collection* LayerCollectionFlag::collection

The original LayerCollection's collection field.

Definition at line 1805 of file collection.c.

Referenced by BKE_collection_move(), layer_collection_flags_restore(), and layer_collection_flags_store().

◆ flag

int LayerCollectionFlag::flag

◆ next

struct LayerCollectionFlag* LayerCollectionFlag::next

Definition at line 1801 of file collection.c.

Referenced by layer_collection_flags_restore_recursive().

◆ prev

struct LayerCollectionFlag * LayerCollectionFlag::prev

Definition at line 1801 of file collection.c.

◆ view_layer

ViewLayer* LayerCollectionFlag::view_layer

The view layer for the collections being moved, NULL for their children.

Definition at line 1803 of file collection.c.

Referenced by layer_collection_flags_restore(), and layer_collection_flags_store().


The documentation for this struct was generated from the following file: