|
Blender V4.3
|
#include <DNA_action_types.h>
Public Attributes | |
| int | iksolver |
| float | precision |
| short | numiter |
| short | numstep |
| float | minstep |
| float | maxstep |
| short | solver |
| short | flag |
| float | feedback |
| float | maxvel |
| float | dampmax |
| float | dampeps |
Definition at line 618 of file DNA_action_types.h.
| float bItasc::dampeps |
Threshold of singular value from which the damping start progressively.
Definition at line 633 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and itasc_update_param().
| float bItasc::dampmax |
Maximum damping for DLS solver.
Definition at line 631 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and itasc_update_param().
| float bItasc::feedback |
Definition at line 627 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), copypose_callback(), distance_callback(), itasc_update_param(), and joint_callback().
| short bItasc::flag |
Definition at line 626 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), blo_do_versions_300(), convert_tree(), execute_scene(), and itasc_update_param().
| int bItasc::iksolver |
Definition at line 619 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and get_ikdata().
| float bItasc::maxstep |
Definition at line 624 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and itasc_update_param().
| float bItasc::maxvel |
Max velocity to SDLS solver.
Definition at line 629 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), execute_scene(), and itasc_update_param().
| float bItasc::minstep |
Definition at line 623 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and itasc_update_param().
| short bItasc::numiter |
Definition at line 621 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and execute_scene().
| short bItasc::numstep |
Definition at line 622 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and execute_scene().
| float bItasc::precision |
Definition at line 620 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and execute_scene().
| short bItasc::solver |
Definition at line 625 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and convert_tree().