Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gpencil.h
| Context not available. | |||||
| void ED_gpencil_draw_2dimage(const struct bContext *C); | void ED_gpencil_draw_2dimage(const struct bContext *C); | ||||
| void ED_gpencil_draw_view2d(const struct bContext *C, bool onlyv2d); | void ED_gpencil_draw_view2d(const struct bContext *C, bool onlyv2d); | ||||
| void ED_gpencil_draw_view3d(struct Scene *scene, struct View3D *v3d, struct ARegion *ar, bool only3d); | void ED_gpencil_draw_view3d(struct Scene *scene, struct View3D *v3d, struct ARegion *ar, bool only3d); | ||||
| void ED_gpencil_draw_ex(struct bGPdata *gpd, int winx, int winy, const int cfra); | void ED_gpencil_draw_ex(struct Scene *scene, struct bGPdata *gpd, int winx, int winy, const int cfra); | ||||
| /* ----------- Grease-Pencil AnimEdit API ------------------ */ | /* ----------- Grease-Pencil AnimEdit API ------------------ */ | ||||
| bool ED_gplayer_frames_looper(struct bGPDlayer *gpl, struct Scene *scene, | bool ED_gplayer_frames_looper(struct bGPDlayer *gpl, struct Scene *scene, | ||||
| Context not available. | |||||