|
Blender
V2.93
|
Public Attributes | |
| struct LayerCollectionFlag * | next |
| struct LayerCollectionFlag * | prev |
| ViewLayer * | view_layer |
| Collection * | collection |
| int | flag |
| ListBase | children |
Definition at line 1800 of file collection.c.
| ListBase LayerCollectionFlag::children |
Corresponds to LayerCollection->layer_collections.
Definition at line 1809 of file collection.c.
| 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().
| int LayerCollectionFlag::flag |
The original LayerCollection's flag.
Definition at line 1807 of file collection.c.
Referenced by layer_collection_flags_free_recursive(), layer_collection_flags_restore(), layer_collection_flags_restore_recursive(), layer_collection_flags_store(), and layer_collection_flags_store_recursive().
| struct LayerCollectionFlag* LayerCollectionFlag::next |
Definition at line 1801 of file collection.c.
Referenced by layer_collection_flags_restore_recursive().
| struct LayerCollectionFlag * LayerCollectionFlag::prev |
Definition at line 1801 of file collection.c.
| 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().