Blender
V3.3
|
#include <DNA_anim_types.h>
Public Attributes | |
struct Text * | script |
IDProperty * | prop |
Definition at line 222 of file DNA_anim_types.h.
IDProperty* FMod_Python::prop |
ID-properties to provide 'custom' settings.
Definition at line 226 of file DNA_anim_types.h.
Referenced by BKE_fcurve_foreach_id(), and fcm_python_copy().
struct Text* FMod_Python::script |
Text buffer containing script to execute.
Definition at line 224 of file DNA_anim_types.h.
Referenced by BKE_fcurve_foreach_id().