Blender
V3.3
|
#include <DNA_action_types.h>
Public Attributes | |
ListBase | chanbase |
struct GHash * | chanhash |
bPoseChannel ** | chan_array |
short | flag |
char | _pad [2] |
float | ctime |
float | stride_offset [3] |
float | cyclic_offset [3] |
ListBase | agroups |
int | active_group |
int | iksolver |
void * | ikdata |
void * | ikparam |
bAnimVizSettings | avs |
Definition at line 468 of file DNA_action_types.h.
char bPose::_pad[2] |
Definition at line 480 of file DNA_action_types.h.
int bPose::active_group |
Index of active group (starts from 1).
Definition at line 493 of file DNA_action_types.h.
Referenced by BKE_pose_add_group(), BKE_pose_remove_group(), group_move_exec(), group_sort_exec(), pose_group_assign_exec(), pose_group_remove_exec(), pose_group_select(), pose_groups_menu_invoke(), tree_element_posegroup_activate(), and tree_element_posegroup_state_get().
ListBase bPose::agroups |
List of bActionGroups.
Definition at line 490 of file DNA_action_types.h.
Referenced by animchan_sync_group(), BKE_pose_add_group(), BKE_pose_blend_read_data(), BKE_pose_blend_write(), BKE_pose_copy_data_ex(), BKE_pose_free_data_ex(), BKE_pose_remove_group(), BKE_pose_remove_group_index(), group_move_exec(), group_sort_exec(), namebutton_fn(), outliner_add_object_contents(), pose_groups_menu_invoke(), and set_pchan_colorset().
bAnimVizSettings bPose::avs |
Settings for visualization of bone animation.
Definition at line 502 of file DNA_action_types.h.
Referenced by animviz_get_object_motionpaths(), animviz_motionpath_compute_range(), animviz_target_settings_get(), animviz_verify_motionpaths(), BKE_pose_copy_data_ex(), BKE_pose_rebuild(), blo_do_versions_250(), blo_do_versions_260(), ED_objects_recalculate_paths(), ED_pose_clear_paths(), ED_pose_recalculate_paths(), has_pose_motion_paths(), motionpath_need_update_pose(), OVERLAY_motion_path_cache_populate(), pose_calculate_paths_exec(), pose_calculate_paths_invoke(), pose_paste_exec(), pose_update_paths_poll(), and pose_update_paths_range_exec().
bPoseChannel** bPose::chan_array |
Definition at line 477 of file DNA_action_types.h.
Referenced by BKE_pose_blend_read_data(), BKE_pose_channels_free_ex(), BKE_pose_eval_init(), BKE_pose_pchan_index_rebuild(), pose_eval_cleanup_common(), and pose_pchan_get_indexed().
ListBase bPose::chanbase |
List of pose channels, PoseBones in RNA.
Definition at line 470 of file DNA_action_types.h.
Referenced by animviz_get_object_motionpaths(), apply_armature_pose2bones_exec(), apply_targetless_ik(), applyarmature_reset_constraints(), blender::deg::ObjectRuntimeBackup::backup_pose_channel_runtime_data(), BKE_action_flip_with_pose(), BKE_constraint_find_from_target(), BKE_object_defgroup_validmap_get(), BKE_pose_blend_read_data(), BKE_pose_blend_read_expand(), BKE_pose_blend_read_lib(), BKE_pose_blend_write(), BKE_pose_channel_active(), BKE_pose_channel_active_or_first_selected(), BKE_pose_channel_ensure(), BKE_pose_channel_find_name(), BKE_pose_channels_clear_with_null_bone(), BKE_pose_channels_free_ex(), BKE_pose_channels_hash_ensure(), BKE_pose_channels_is_valid(), BKE_pose_channels_remove(), BKE_pose_check_uuids_unique_and_report(), BKE_pose_clear_pointers(), BKE_pose_copy_data_ex(), BKE_pose_eval_init(), BKE_pose_minmax(), BKE_pose_pchan_index_rebuild(), BKE_pose_rebuild(), BKE_pose_remap_bone_pointers(), BKE_pose_remove_group(), BKE_pose_rest(), BKE_pose_update_constraint_flags(), BKE_pose_where_is(), blo_do_versions_250(), blo_do_versions_270(), blo_do_versions_pre250(), bone_mouse_select_menu(), blender::deg::DepsgraphNodeBuilder::build_ik_pose(), blender::deg::DepsgraphNodeBuilder::build_rig(), blender::deg::DepsgraphRelationBuilder::build_rig(), blender::deg::DepsgraphNodeBuilder::build_splineik_pose(), copy_object_pose(), create_scene(), createTransPose(), do_pose_box_select(), do_pose_tag_select_op_exec(), do_pose_tag_select_op_prepare(), do_versions_ipos_to_animato(), draw_armature_pose(), ED_armature_base_and_pchan_from_select_buffer(), ED_armature_bone_rename(), ED_object_constraint_list_from_constraint(), ED_pose_clear_paths(), ED_pose_deselect_all(), ed_pose_is_any_selected(), ED_transform_calc_gizmo_stats(), blender::deg::RNANodeQueryIDData::ensure_constraint_to_pchan_map(), getTransformOrientation_ex(), group_move_exec(), group_sort_exec(), iksolver_clear_data(), iksolver_initialize_tree(), itasc_initialize_tree(), joined_armature_fix_links(), minmax_armature(), object_foreach_id(), object_test_constraint(), object_test_constraints(), outliner_add_object_contents(), OVERLAY_motion_path_cache_populate(), pose_channels_remove_internal_links(), pose_clear_user_transforms_exec(), pose_eval_cleanup_common(), pose_foreachScreenBone(), pose_grab_with_ik(), pose_grab_with_ik_clear(), pose_paste_exec(), pose_select_hierarchy_exec(), pose_select_mirror_exec(), pose_transform_mirror_update(), poselib_backup_posecopy(), rebuild_pose_bone(), blender::deg::ObjectRuntimeBackup::restore_pose_channel_runtime_data(), separate_armature_bones(), separated_armature_fix_links(), set_pose_keys(), snap_curs_to_sel_ex(), snap_sel_to_grid_exec(), snap_selected_to_location(), snapArmature(), special_aftertrans_update__pose(), splineik_init_tree(), stats_object_pose(), text_refresh_pyconstraints_exec(), transform_convert_pose_transflags_update(), tree_element_posechannel_activate(), version_liboverride_rnacollections_insertion_object(), and what_does_obaction().
struct GHash* bPose::chanhash |
Use a hash-table for quicker string lookups.
Definition at line 472 of file DNA_action_types.h.
Referenced by BKE_pose_blend_read_data(), BKE_pose_channel_ensure(), BKE_pose_channel_find_name(), BKE_pose_channels_hash_ensure(), BKE_pose_channels_hash_free(), BKE_pose_channels_is_valid(), BKE_pose_channels_remove(), BKE_pose_copy_data_ex(), and ED_armature_bone_rename().
float bPose::ctime |
Local action time of this pose.
Definition at line 483 of file DNA_action_types.h.
float bPose::cyclic_offset[3] |
Result of match and cycles, applied in BKE_pose_where_is().
Definition at line 487 of file DNA_action_types.h.
Referenced by BKE_pose_rest(), and BKE_pose_where_is_bone().
short bPose::flag |
Definition at line 479 of file DNA_action_types.h.
Referenced by armature_deform_coords_impl(), BKE_object_handle_update_ex(), BKE_pose_blend_write(), BKE_pose_ensure(), BKE_pose_eval_init(), BKE_pose_rebuild(), BKE_pose_tag_recalc(), BKE_pose_tag_update_constraint_flags(), BKE_pose_update_constraint_flags(), blender::deg::DepsgraphNodeBuilder::build_rig(), createTransPose(), draw_armature_pose(), iksolver_initialize_tree(), itasc_initialize_tree(), libblock_remap_data_preprocess_ob(), memfile_undosys_step_id_reused_cb(), pchan_clear_loc_with_mirrored(), pchan_clear_rot_with_mirrored(), pchan_clear_scale_with_mirrored(), pose_slide_init(), pose_transform_mirror_update(), poselib_blend_cleanup(), poselib_blend_init_data(), poselib_preview_init_data(), recalcData_pose(), restoreMirrorPoseBones(), snap_sel_to_grid_exec(), snap_selected_to_location(), and what_does_obaction().
void* bPose::ikdata |
Temporary IK data, depends on the IK solver. Not saved in file.
Definition at line 497 of file DNA_action_types.h.
Referenced by BKE_pose_blend_read_data(), BKE_pose_copy_data_ex(), get_ikdata(), init_scene(), itasc_clear_cache(), itasc_clear_data(), itasc_execute_tree(), itasc_initialize_tree(), and itasc_update_param().
void* bPose::ikparam |
IK solver parameters, structure depends on iksolver.
Definition at line 499 of file DNA_action_types.h.
Referenced by BKE_pose_blend_read_data(), BKE_pose_blend_write(), BKE_pose_copy_data_ex(), BKE_pose_free_data_ex(), BKE_pose_ikparam_init(), convert_tree(), copypose_callback(), distance_callback(), itasc_execute_tree(), itasc_update_param(), and joint_callback().
int bPose::iksolver |
Ik solver to use, see ePose_IKSolverType.
Definition at line 495 of file DNA_action_types.h.
Referenced by BKE_pose_copy_data_ex(), BKE_pose_ikparam_get_name(), BKE_pose_ikparam_init(), and get_plugin().
float bPose::stride_offset[3] |
Applied to object.
Definition at line 485 of file DNA_action_types.h.
Referenced by BKE_pose_rest().