Blender  V3.3
Public Attributes | List of all members
LayerCollectionResync Struct Reference

Public Attributes

struct LayerCollectionResyncprev
 
struct LayerCollectionResyncnext
 
struct LayerCollectionResyncqueue_next
 
LayerCollectionlayer
 
Collectioncollection
 
struct LayerCollectionResyncparent_layer_resync
 
ListBase children_layer_resync
 
bool is_usable
 
bool is_valid_as_parent
 
bool is_valid_as_child
 
bool is_used
 

Detailed Description

Definition at line 771 of file layer.c.

Member Data Documentation

◆ children_layer_resync

ListBase LayerCollectionResync::children_layer_resync

◆ collection

Collection* LayerCollectionResync::collection

◆ is_usable

bool LayerCollectionResync::is_usable

◆ is_used

bool LayerCollectionResync::is_used

◆ is_valid_as_child

bool LayerCollectionResync::is_valid_as_child

◆ is_valid_as_parent

bool LayerCollectionResync::is_valid_as_parent

Definition at line 791 of file layer.c.

Referenced by layer_collection_resync_create_recurse(), and layer_collection_sync().

◆ layer

LayerCollection* LayerCollectionResync::layer

◆ next

struct LayerCollectionResync * LayerCollectionResync::next

Definition at line 772 of file layer.c.

◆ parent_layer_resync

struct LayerCollectionResync* LayerCollectionResync::parent_layer_resync

◆ prev

struct LayerCollectionResync* LayerCollectionResync::prev

Definition at line 772 of file layer.c.

◆ queue_next

struct LayerCollectionResync* LayerCollectionResync::queue_next

Definition at line 776 of file layer.c.

Referenced by layer_collection_resync_find().


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