Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gpencil.h
| Show First 20 Lines • Show All 172 Lines • ▼ Show 20 Lines | |||||
| void ED_gpencil_anim_copybuf_free(void); | void ED_gpencil_anim_copybuf_free(void); | ||||
| bool ED_gpencil_anim_copybuf_copy(struct bAnimContext *ac); | bool ED_gpencil_anim_copybuf_copy(struct bAnimContext *ac); | ||||
| bool ED_gpencil_anim_copybuf_paste(struct bAnimContext *ac, const short copy_mode); | bool ED_gpencil_anim_copybuf_paste(struct bAnimContext *ac, const short copy_mode); | ||||
| /* ------------ Grease-Pencil Undo System ------------------ */ | /* ------------ Grease-Pencil Undo System ------------------ */ | ||||
| int ED_gpencil_session_active(void); | int ED_gpencil_session_active(void); | ||||
| int ED_undo_gpencil_step(struct bContext *C, int step, const char *name); | int ED_undo_gpencil_step(struct bContext *C, int step, const char *name); | ||||
| /* ------------ Grease-Pencil Armature weights ------------------ */ | /* ------------ Grease-Pencil Armature ------------------ */ | ||||
| bool ED_gpencil_add_armature(const struct bContext *C, | |||||
| struct ReportList *reports, | |||||
| struct Object *ob, | |||||
| struct Object *ob_arm); | |||||
| bool ED_gpencil_add_armature_weights(const struct bContext *C, | bool ED_gpencil_add_armature_weights(const struct bContext *C, | ||||
| struct ReportList *reports, | struct ReportList *reports, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct Object *ob_arm, | struct Object *ob_arm, | ||||
| int mode); | int mode); | ||||
| /* Add Lattice modifier using Parent operator */ | /* Add Lattice modifier using Parent operator */ | ||||
| bool ED_gpencil_add_lattice_modifier(const struct bContext *C, | bool ED_gpencil_add_lattice_modifier(const struct bContext *C, | ||||
| ▲ Show 20 Lines • Show All 123 Lines • Show Last 20 Lines | |||||