|
Blender V5.0
|
Public Attributes | |
| ePoseBlendState | state |
| bool | needs_redraw |
| struct { | |
| bool use_release_confirm | |
| int init_event_type | |
| } | release_confirm_info |
| AssetTempIDConsumer * | temp_id_consumer |
| float | blend_factor |
| bool | is_flipped |
| PoseBackup * | pose_backup |
| blender::Vector< Object * > | objects |
| bAction * | act |
| bAction * | act_flipped |
| Scene * | scene |
| ScrArea * | area |
| tSlider * | slider |
| char | headerstr [UI_MAX_DRAW_STR] |
Definition at line 64 of file pose_lib_2.cc.
| bAction* PoseBlendData::act |
Definition at line 85 of file pose_lib_2.cc.
Referenced by poselib_action_to_blend(), and poselib_blend_init_data().
| bAction* PoseBlendData::act_flipped |
Definition at line 86 of file pose_lib_2.cc.
Referenced by poselib_action_to_blend(), poselib_blend_free(), and poselib_blend_init_data().
| ScrArea* PoseBlendData::area |
Definition at line 89 of file pose_lib_2.cc.
Referenced by poselib_blend_cleanup(), and poselib_blend_init_data().
| float PoseBlendData::blend_factor |
Definition at line 80 of file pose_lib_2.cc.
Referenced by poselib_blend_apply(), poselib_blend_cleanup(), poselib_blend_init_data(), and poselib_blend_set_factor().
| char PoseBlendData::headerstr[UI_MAX_DRAW_STR] |
Info-text to print in header.
Definition at line 94 of file pose_lib_2.cc.
| int PoseBlendData::init_event_type |
Definition at line 70 of file pose_lib_2.cc.
Referenced by poselib_blend_handle_event(), and poselib_blend_init_data().
| bool PoseBlendData::is_flipped |
Definition at line 81 of file pose_lib_2.cc.
Referenced by poselib_action_to_blend(), poselib_blend_cleanup(), poselib_blend_init_data(), poselib_blend_modal(), and poselib_toggle_flipped().
| bool PoseBlendData::needs_redraw |
Definition at line 66 of file pose_lib_2.cc.
Referenced by poselib_blend_apply(), poselib_blend_handle_event(), poselib_blend_init_data(), poselib_blend_modal(), poselib_blend_set_factor(), and poselib_toggle_flipped().
| blender::Vector<Object *> PoseBlendData::objects |
Definition at line 84 of file pose_lib_2.cc.
Referenced by poselib_backup_posecopy(), poselib_blend_apply(), poselib_blend_cleanup(), poselib_blend_init_data(), and poselib_keytag_pose().
| PoseBackup* PoseBlendData::pose_backup |
Definition at line 82 of file pose_lib_2.cc.
Referenced by poselib_backup_posecopy(), poselib_blend_apply(), poselib_blend_cleanup(), poselib_blend_free(), poselib_keytag_pose(), and poselib_toggle_flipped().
| struct { ... } PoseBlendData::release_confirm_info |
Referenced by poselib_blend_handle_event(), and poselib_blend_init_data().
| Scene* PoseBlendData::scene |
Definition at line 88 of file pose_lib_2.cc.
Referenced by poselib_blend_cleanup(), and poselib_blend_init_data().
| tSlider* PoseBlendData::slider |
Definition at line 91 of file pose_lib_2.cc.
Referenced by poselib_blend_cleanup(), poselib_blend_handle_event(), poselib_blend_init_data(), and poselib_blend_modal().
| ePoseBlendState PoseBlendData::state |
Definition at line 65 of file pose_lib_2.cc.
Referenced by poselib_apply_invoke(), poselib_backup_posecopy(), poselib_blend_apply(), poselib_blend_cancel(), poselib_blend_cleanup(), poselib_blend_exit(), poselib_blend_handle_event(), poselib_blend_init_data(), and poselib_blend_modal().
| AssetTempIDConsumer* PoseBlendData::temp_id_consumer |
Definition at line 75 of file pose_lib_2.cc.
Referenced by poselib_blend_init_get_action(), and poselib_tempload_exit().
| bool PoseBlendData::use_release_confirm |
Definition at line 69 of file pose_lib_2.cc.
Referenced by poselib_blend_handle_event(), and poselib_blend_init_data().