Go to the source code of this file.
|
| static void | blender::init_data (ModifierData *md) |
| |
| static void | blender::copy_data (const ModifierData *md, ModifierData *target, const int flag) |
| |
| static void | blender::free_data (ModifierData *md) |
| |
| static void | blender::foreach_ID_link (ModifierData *md, Object *ob, IDWalkFunc walk, void *user_data) |
| |
| static void | blender::update_depsgraph (ModifierData *md, const ModifierUpdateDepsgraphContext *ctx) |
| |
| static bool | blender::is_disabled (const Scene *, ModifierData *md, bool) |
| |
| static void | blender::modify_curves (ModifierData *md, const ModifierEvalContext *ctx, const LatticeDeformData &cache_data, Drawing &drawing) |
| |
| static void | blender::modify_geometry_set (ModifierData *md, const ModifierEvalContext *ctx, bke::GeometrySet *geometry_set) |
| |
| static void | blender::panel_draw (const bContext *C, Panel *panel) |
| |
| static void | blender::panel_register (ARegionType *region_type) |
| |
| static void | blender::blend_write (BlendWriter *writer, const ID *, const ModifierData *md) |
| |
| static void | blender::blend_read (BlendDataReader *reader, ModifierData *md) |
| |
◆ modifierType_GreasePencilLattice