|
Blender V4.3
|
#include <BKE_grease_pencil.hh>
Public Attributes | |
| CacheMutex | nodes_cache_mutex_ |
| Vector< TreeNode * > | nodes_cache_ |
| Vector< Layer * > | layer_cache_ |
| Vector< LayerGroup * > | layer_group_cache_ |
Definition at line 623 of file BKE_grease_pencil.hh.
Caches all the layers in this group in a single pre-ordered vector.
Definition at line 636 of file BKE_grease_pencil.hh.
|
mutable |
Caches all the layer groups in this group in a single pre-ordered vector.
Definition at line 640 of file BKE_grease_pencil.hh.
Caches all the nodes of this group in a single pre-ordered vector.
Definition at line 632 of file BKE_grease_pencil.hh.
|
mutable |
CacheMutex for nodes_cache_ and layer_cache_;
Definition at line 628 of file BKE_grease_pencil.hh.