Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_gpencil.h
| Context not available. | |||||
| void ED_gpencil_add_defaults(struct bContext *C, struct Object *ob); | void ED_gpencil_add_defaults(struct bContext *C, struct Object *ob); | ||||
| /* set object modes */ | /* set object modes */ | ||||
| void ED_gpencil_setup_modes(struct bContext *C, struct bGPdata *gpd, int newmode); | void ED_gpencil_setup_modes(struct bContext *C, struct bGPdata *gpd, int newmode); | ||||
| bool ED_object_gpencil_exit_ex(struct Main *bmain, struct Object *ob); | |||||
| void ED_gp_project_stroke_to_plane(const struct Scene *scene, | void ED_gp_project_stroke_to_plane(const struct Scene *scene, | ||||
| const struct Object *ob, | const struct Object *ob, | ||||
| Context not available. | |||||