Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gpencil.h
| Show All 30 Lines | |||||
| struct RegionView3D; | struct RegionView3D; | ||||
| struct ReportList; | struct ReportList; | ||||
| struct Scene; | struct Scene; | ||||
| struct ScrArea; | struct ScrArea; | ||||
| struct SnapObjectContext; | struct SnapObjectContext; | ||||
| struct ToolSettings; | struct ToolSettings; | ||||
| struct View3D; | struct View3D; | ||||
| struct bContext; | struct bContext; | ||||
| struct UndoType; | |||||
| struct Material; | struct Material; | ||||
| struct Object; | struct Object; | ||||
| struct KeyframeEditData; | struct KeyframeEditData; | ||||
| struct bAnimContext; | struct bAnimContext; | ||||
| struct wmKeyConfig; | struct wmKeyConfig; | ||||
| ▲ Show 20 Lines • Show All 285 Lines • ▼ Show 20 Lines | |||||
| /* ------------ Grease-Pencil Undo System ------------------ */ | /* ------------ Grease-Pencil Undo System ------------------ */ | ||||
| int ED_gpencil_session_active(void); | int ED_gpencil_session_active(void); | ||||
| /** | /** | ||||
| * \param step: eUndoStepDir. | * \param step: eUndoStepDir. | ||||
| */ | */ | ||||
| int ED_undo_gpencil_step(struct bContext *C, int step); /* eUndoStepDir. */ | int ED_undo_gpencil_step(struct bContext *C, int step); /* eUndoStepDir. */ | ||||
| void ED_gpencil_undosys_type(struct UndoType *ut); | |||||
| /* ------------ Grease-Pencil Armature ------------------ */ | /* ------------ Grease-Pencil Armature ------------------ */ | ||||
| bool ED_gpencil_add_armature(const struct bContext *C, | bool ED_gpencil_add_armature(const struct bContext *C, | ||||
| struct ReportList *reports, | struct ReportList *reports, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct Object *ob_arm); | 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, | ||||
| ▲ Show 20 Lines • Show All 294 Lines • Show Last 20 Lines | |||||