|
Blender V4.3
|
#include <ANIM_fcurve.hh>
Public Attributes | |
| StringRefNull | rna_path |
| int | array_index |
| std::optional< PropertySubType > | prop_subtype |
| std::optional< blender::StringRefNull > | channel_group |
Definition at line 27 of file ANIM_fcurve.hh.
| int blender::animrig::FCurveDescriptor::array_index |
Definition at line 29 of file ANIM_fcurve.hh.
Referenced by blender::animrig::action_fcurve_ensure(), blender::animrig::create_fcurve_for_channel(), blender::animrig::fcurve_find(), blender::animrig::fcurve_find_in_action(), blender::animrig::fcurve_find_in_action_slot(), and blender::animrig::StripKeyframeData::keyframe_insert().
| std::optional<blender::StringRefNull> blender::animrig::FCurveDescriptor::channel_group |
Definition at line 31 of file ANIM_fcurve.hh.
Referenced by blender::animrig::ChannelBag::fcurve_create().
| std::optional<PropertySubType> blender::animrig::FCurveDescriptor::prop_subtype |
Definition at line 30 of file ANIM_fcurve.hh.
Referenced by blender::animrig::action_fcurve_ensure(), and blender::animrig::create_fcurve_for_channel().
| StringRefNull blender::animrig::FCurveDescriptor::rna_path |
Definition at line 28 of file ANIM_fcurve.hh.
Referenced by blender::animrig::action_fcurve_ensure(), blender::animrig::create_fcurve_for_channel(), blender::animrig::fcurve_find(), blender::animrig::fcurve_find_in_action(), blender::animrig::fcurve_find_in_action_slot(), and blender::animrig::StripKeyframeData::keyframe_insert().