Blender  V2.93
Public Attributes | List of all members
AnimationBasePathChange Struct Reference

#include <BKE_animsys.h>

Public Attributes

struct AnimationBasePathChangenext
 
struct AnimationBasePathChangeprev
 
const char * src_basepath
 
const char * dst_basepath
 

Detailed Description

Definition at line 173 of file BKE_animsys.h.

Member Data Documentation

◆ dst_basepath

const char* AnimationBasePathChange::dst_basepath

Definition at line 176 of file BKE_animsys.h.

Referenced by animation_basepath_change_free(), and animation_basepath_change_new().

◆ next

struct AnimationBasePathChange* AnimationBasePathChange::next

Definition at line 174 of file BKE_animsys.h.

◆ prev

struct AnimationBasePathChange * AnimationBasePathChange::prev

Definition at line 174 of file BKE_animsys.h.

◆ src_basepath

const char* AnimationBasePathChange::src_basepath

Definition at line 175 of file BKE_animsys.h.

Referenced by animation_basepath_change_free(), and animation_basepath_change_new().


The documentation for this struct was generated from the following file: