Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_gpencil_modifier.h
| Show All 21 Lines | |||||
| #include "DNA_gpencil_modifier_types.h" /* needed for all enum typdefs */ | #include "DNA_gpencil_modifier_types.h" /* needed for all enum typdefs */ | ||||
| #include "BLI_compiler_attrs.h" | #include "BLI_compiler_attrs.h" | ||||
| #include "BKE_customdata.h" | #include "BKE_customdata.h" | ||||
| struct BMEditMesh; | struct BMEditMesh; | ||||
| struct DepsNodeHandle; | struct DepsNodeHandle; | ||||
| struct Depsgraph; | struct Depsgraph; | ||||
| struct DerivedMesh; | |||||
| struct GpencilModifierData; | struct GpencilModifierData; | ||||
| struct ID; | struct ID; | ||||
| struct ListBase; | struct ListBase; | ||||
| struct Main; | struct Main; | ||||
| struct Mesh; | struct Mesh; | ||||
| struct ModifierUpdateDepsgraphContext; | struct ModifierUpdateDepsgraphContext; | ||||
| struct Object; | struct Object; | ||||
| struct Scene; | struct Scene; | ||||
| ▲ Show 20 Lines • Show All 284 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__ */ | ||||