|
| 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 const IndexRange | blender::find_key_range (const Span< int > sorted_keys, const FrameRange &frame_range) |
| |
| static void | blender::calculate_repetitions (const TimeMapping &mapping, const FrameRange &gp_src, const FrameRange &scene_dst, int &r_start, int &r_count) |
| |
| static void | blender::insert_keys_forward (const TimeMapping &mapping, const Map< int, GreasePencilFrame > &frames, const Span< int > sorted_keys, const FrameRange gp_src_range, const FrameRange gp_dst_range, Map< int, GreasePencilFrame > &dst_frames) |
| |
| static void | blender::insert_keys_reverse (const TimeMapping &mapping, const Map< int, GreasePencilFrame > &frames, const Span< int > sorted_keys, const FrameRange gp_src_range, const FrameRange gp_dst_range, Map< int, GreasePencilFrame > &dst_frames) |
| |
| static void | blender::fill_scene_range_fixed (const TimeMapping &mapping, const Map< int, GreasePencilFrame > &frames, const Span< int > sorted_keys, const int gp_src_frame, const FrameRange scene_dst_range, Map< int, GreasePencilFrame > &dst_frames) |
| |
| static void | blender::fill_scene_range_forward (const TimeMapping &mapping, const Map< int, GreasePencilFrame > &frames, const Span< int > sorted_keys, const FrameRange gp_src_range, const FrameRange scene_dst_range, Map< int, GreasePencilFrame > &dst_frames) |
| |
| static void | blender::fill_scene_range_reverse (const TimeMapping &mapping, const Map< int, GreasePencilFrame > &frames, const Span< int > sorted_keys, const FrameRange gp_src_range, const FrameRange scene_dst_range, Map< int, GreasePencilFrame > &dst_frames) |
| |
| static void | blender::fill_scene_range_ping_pong (const TimeMapping &mapping, const Map< int, GreasePencilFrame > &frames, const Span< int > sorted_keys, const FrameRange gp_src_range, const FrameRange scene_dst_range, Map< int, GreasePencilFrame > &dst_frames) |
| |
| static void | blender::fill_scene_range_chain (const TimeMapping &mapping, const Map< int, GreasePencilFrame > &frames, const Span< int > sorted_keys, const Span< GreasePencilTimeModifierSegment > segments, const FrameRange gp_src_range, const FrameRange scene_dst_range, Map< int, GreasePencilFrame > &dst_frames) |
| |
| static void | blender::fill_scene_timeline (const GreasePencilTimeModifierData &tmd, const Scene &eval_scene, const Map< int, GreasePencilFrame > &frames, const Span< int > sorted_keys, const FrameRange scene_dst_range, Map< int, GreasePencilFrame > &dst_frames) |
| |
| 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::segment_list_item_draw (uiList *, const bContext *, uiLayout *layout, PointerRNA *, PointerRNA *itemptr, int, PointerRNA *, const char *, int, int) |
| |
| 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) |
| |