|
Blender V4.3
|
Low-level operations for grease pencil that cannot be defined in the C++ header yet. More...
#include "DNA_grease_pencil_types.h"Go to the source code of this file.
Enumerations | |
| enum | { BKE_GREASEPENCIL_BATCH_DIRTY_ALL = 0 } |
Functions | |
| void | BKE_grease_pencil_batch_cache_dirty_tag (GreasePencil *grease_pencil, int mode) |
| void | BKE_grease_pencil_batch_cache_free (GreasePencil *grease_pencil) |
Variables | |
| void(* | BKE_grease_pencil_batch_cache_dirty_tag_cb )(GreasePencil *grease_pencil, int mode) |
| void(* | BKE_grease_pencil_batch_cache_free_cb )(GreasePencil *grease_pencil) |
Low-level operations for grease pencil that cannot be defined in the C++ header yet.
Definition in file BKE_grease_pencil.h.
| anonymous enum |
| Enumerator | |
|---|---|
| BKE_GREASEPENCIL_BATCH_DIRTY_ALL | |
Definition at line 18 of file BKE_grease_pencil.h.
| void BKE_grease_pencil_batch_cache_dirty_tag | ( | GreasePencil * | grease_pencil, |
| int | mode ) |
Definition at line 2592 of file grease_pencil.cc.
References BKE_grease_pencil_batch_cache_dirty_tag_cb, and GreasePencil::runtime.
Referenced by BKE_object_batch_cache_dirty_tag().
| void BKE_grease_pencil_batch_cache_free | ( | GreasePencil * | grease_pencil | ) |
Definition at line 2599 of file grease_pencil.cc.
References BKE_grease_pencil_batch_cache_free_cb, and GreasePencil::runtime.
Referenced by grease_pencil_free_data().
|
extern |
Definition at line 2588 of file grease_pencil.cc.
Referenced by BKE_grease_pencil_batch_cache_dirty_tag(), and DRW_engines_register().
|
extern |
Definition at line 2590 of file grease_pencil.cc.
Referenced by BKE_grease_pencil_batch_cache_free(), and DRW_engines_register().