Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpencil_modifiers/intern/MOD_gpencil_util.h
| Show All 28 Lines | |||||
| struct Main; | struct Main; | ||||
| struct Material; | struct Material; | ||||
| struct Object; | struct Object; | ||||
| struct bGPDlayer; | struct bGPDlayer; | ||||
| struct bGPDstroke; | struct bGPDstroke; | ||||
| bool is_stroke_affected_by_modifier(struct Object *ob, | bool is_stroke_affected_by_modifier(struct Object *ob, | ||||
| char *mlayername, | char *mlayername, | ||||
| char *mmaterialname, | |||||
| int mpassindex, | int mpassindex, | ||||
| int gpl_passindex, | int gpl_passindex, | ||||
| int minpoints, | int minpoints, | ||||
| bGPDlayer *gpl, | bGPDlayer *gpl, | ||||
| bGPDstroke *gps, | bGPDstroke *gps, | ||||
| bool inv1, | bool inv1, | ||||
| bool inv2, | bool inv2, | ||||
| bool inv3); | bool inv3, | ||||
| bool inv4); | |||||
| float get_modifier_point_weight(struct MDeformVert *dvert, bool inverse, int def_nr); | float get_modifier_point_weight(struct MDeformVert *dvert, bool inverse, int def_nr); | ||||
| void gpencil_apply_modifier_material(struct Main *bmain, | void gpencil_apply_modifier_material(struct Main *bmain, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct Material *mat, | struct Material *mat, | ||||
| struct GHash *gh_color, | struct GHash *gh_color, | ||||
| struct bGPDstroke *gps, | struct bGPDstroke *gps, | ||||
| bool crt_material); | bool crt_material); | ||||
| #endif /* __MOD_GPENCIL_UTIL_H__ */ | #endif /* __MOD_GPENCIL_UTIL_H__ */ | ||||