|
Blender V5.0
|
#include <BKE_grease_pencil.hh>
Public Attributes | |
| CacheMutex | nodes_cache_mutex_ |
| Vector< TreeNode * > | nodes_cache_ |
| Vector< Layer * > | layer_cache_ |
| Vector< LayerGroup * > | layer_group_cache_ |
| bool | is_visibility_animated_ |
Definition at line 642 of file BKE_grease_pencil.hh.
| bool blender::bke::greasepencil::LayerGroupRuntime::is_visibility_animated_ |
Whether this layer's visibility is animated (via the ".hide" RNA property). This is only set when creating a copy of the owning GreasePencil ID for the depsgraph evaluation.
Definition at line 665 of file BKE_grease_pencil.hh.
Caches all the layers in this group in a single pre-ordered vector.
Definition at line 655 of file BKE_grease_pencil.hh.
|
mutable |
Caches all the layer groups in this group in a single pre-ordered vector.
Definition at line 659 of file BKE_grease_pencil.hh.
Caches all the nodes of this group in a single pre-ordered vector.
Definition at line 651 of file BKE_grease_pencil.hh.
|
mutable |
CacheMutex for nodes_cache_ and layer_cache_;
Definition at line 647 of file BKE_grease_pencil.hh.