Blender V4.5
BKE_anim_visualization.h File Reference

Go to the source code of this file.

Functions

void animviz_settings_init (struct bAnimVizSettings *avs)
struct bMotionPathanimviz_copy_motionpath (const struct bMotionPath *mpath_src)
void animviz_free_motionpath_cache (struct bMotionPath *mpath)
void animviz_free_motionpath (struct bMotionPath *mpath)
struct bMotionPathanimviz_verify_motionpaths (struct ReportList *reports, struct Scene *scene, struct Object *ob, struct bPoseChannel *pchan)
void animviz_motionpath_blend_write (struct BlendWriter *writer, struct bMotionPath *mpath)
void animviz_motionpath_blend_read_data (struct BlendDataReader *reader, struct bMotionPath *mpath)

Function Documentation

◆ animviz_copy_motionpath()

◆ animviz_free_motionpath()

void animviz_free_motionpath ( struct bMotionPath * mpath)

Free the given motion path instance and its data.

Note
this frees the motion path given!

Definition at line 68 of file anim_visualization.cc.

References animviz_free_motionpath(), animviz_free_motionpath_cache(), and MEM_freeN().

Referenced by animviz_copy_motionpath(), animviz_free_motionpath(), BKE_pose_channel_free_ex(), blender::ed::object::object_clear_mpath(), object_free_data(), and pose_clear_paths().

◆ animviz_free_motionpath_cache()

◆ animviz_motionpath_blend_read_data()

◆ animviz_motionpath_blend_write()

◆ animviz_settings_init()

◆ animviz_verify_motionpaths()