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, | struct Material *material, | ||||
| const int mpassindex, | const int mpassindex, | ||||
| const int gpl_passindex, | const int gpl_passindex, | ||||
| const int minpoints, | const int minpoints, | ||||
| bGPDlayer *gpl, | bGPDlayer *gpl, | ||||
| bGPDstroke *gps, | bGPDstroke *gps, | ||||
| const bool inv1, | const bool inv1, | ||||
| const bool inv2, | const bool inv2, | ||||
| const bool inv3, | const bool inv3, | ||||
| const bool inv4); | const 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); | ||||
| #endif /* __MOD_GPENCIL_UTIL_H__ */ | #endif /* __MOD_GPENCIL_UTIL_H__ */ | ||||