Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_gpencil_modifier.h
| Show First 20 Lines • Show All 322 Lines • ▼ Show 20 Lines | int BKE_gpencil_time_modifier(struct Depsgraph *depsgraph, | ||||
| struct Object *ob, | struct Object *ob, | ||||
| struct bGPDlayer *gpl, | struct bGPDlayer *gpl, | ||||
| int cfra, | int cfra, | ||||
| bool is_render); | bool is_render); | ||||
| void BKE_gpencil_lattice_init(struct Object *ob); | void BKE_gpencil_lattice_init(struct Object *ob); | ||||
| void BKE_gpencil_lattice_clear(struct Object *ob); | void BKE_gpencil_lattice_clear(struct Object *ob); | ||||
| void BKE_gpencil_modifiers_calc(struct Depsgraph *depsgraph, | |||||
| struct Scene *scene, | |||||
| struct Object *ob); | |||||
| #endif /* __BKE_GPENCIL_MODIFIER_H__ */ | #endif /* __BKE_GPENCIL_MODIFIER_H__ */ | ||||