Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_gpencil.h
| Show First 20 Lines • Show All 54 Lines • ▼ Show 20 Lines | |||||
| struct bGPDframe *BKE_gpencil_frame_addnew(struct bGPDlayer *gpl, int cframe); | struct bGPDframe *BKE_gpencil_frame_addnew(struct bGPDlayer *gpl, int cframe); | ||||
| struct bGPDframe *BKE_gpencil_frame_addcopy(struct bGPDlayer *gpl, int cframe); | struct bGPDframe *BKE_gpencil_frame_addcopy(struct bGPDlayer *gpl, int cframe); | ||||
| struct bGPDlayer *BKE_gpencil_layer_addnew(struct bGPdata *gpd, const char *name, bool setactive); | struct bGPDlayer *BKE_gpencil_layer_addnew(struct bGPdata *gpd, const char *name, bool setactive); | ||||
| struct bGPdata *BKE_gpencil_data_addnew(const char name[]); | struct bGPdata *BKE_gpencil_data_addnew(const char name[]); | ||||
| struct bGPDframe *BKE_gpencil_frame_duplicate(const struct bGPDframe *gpf_src); | struct bGPDframe *BKE_gpencil_frame_duplicate(const struct bGPDframe *gpf_src); | ||||
| struct bGPDlayer *BKE_gpencil_layer_duplicate(const struct bGPDlayer *gpl_src); | struct bGPDlayer *BKE_gpencil_layer_duplicate(const struct bGPDlayer *gpl_src); | ||||
| void BKE_gpencil_copy_data(struct Main *bmain, struct bGPdata *gpd_dst, const struct bGPdata *gpd_src, const int flag); | |||||
| struct bGPdata *BKE_gpencil_data_duplicate(struct Main *bmain, const struct bGPdata *gpd, bool internal_copy); | struct bGPdata *BKE_gpencil_data_duplicate(struct Main *bmain, const struct bGPdata *gpd, bool internal_copy); | ||||
| void BKE_gpencil_make_local(struct Main *bmain, struct bGPdata *gpd, const bool lib_local); | void BKE_gpencil_make_local(struct Main *bmain, struct bGPdata *gpd, const bool lib_local); | ||||
| void BKE_gpencil_frame_delete_laststroke(struct bGPDlayer *gpl, struct bGPDframe *gpf); | void BKE_gpencil_frame_delete_laststroke(struct bGPDlayer *gpl, struct bGPDframe *gpf); | ||||
| struct bGPDpalette *BKE_gpencil_palette_addnew(struct bGPdata *gpd, const char *name, bool setactive); | struct bGPDpalette *BKE_gpencil_palette_addnew(struct bGPdata *gpd, const char *name, bool setactive); | ||||
| struct bGPDpalette *BKE_gpencil_palette_duplicate(const struct bGPDpalette *palette_src); | struct bGPDpalette *BKE_gpencil_palette_duplicate(const struct bGPDpalette *palette_src); | ||||
| ▲ Show 20 Lines • Show All 51 Lines • Show Last 20 Lines | |||||