Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gpencil.h
| Show First 20 Lines • Show All 282 Lines • ▼ Show 20 Lines | |||||
| void ED_gpencil_select_toggle_all(struct bContext *C, int action); | void ED_gpencil_select_toggle_all(struct bContext *C, int action); | ||||
| /* Ensure stroke sbuffer size is enough */ | /* Ensure stroke sbuffer size is enough */ | ||||
| struct tGPspoint *ED_gpencil_sbuffer_ensure(struct tGPspoint *buffer_array, | struct tGPspoint *ED_gpencil_sbuffer_ensure(struct tGPspoint *buffer_array, | ||||
| short *buffer_size, | short *buffer_size, | ||||
| short *buffer_used, | short *buffer_used, | ||||
| const bool clear); | const bool clear); | ||||
| /* Tag all scene grease pencil object to update. */ | |||||
| void ED_gpencil_tag_scene_gpencil(struct Scene *scene); | |||||
| #endif /* __ED_GPENCIL_H__ */ | #endif /* __ED_GPENCIL_H__ */ | ||||