Blender
V3.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 544 of file DNA_action_types.h.
float bItasc::dampeps |
Threshold of singular value from which the damping start progressively.
Definition at line 559 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init().
float bItasc::dampmax |
Maximum damping for DLS solver.
Definition at line 557 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init().
float bItasc::feedback |
Definition at line 553 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and joint_callback().
short bItasc::flag |
Definition at line 552 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and execute_scene().
int bItasc::iksolver |
Definition at line 545 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and get_ikdata().
float bItasc::maxstep |
Definition at line 550 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init().
float bItasc::maxvel |
Max velocity to SDLS solver.
Definition at line 555 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and execute_scene().
float bItasc::minstep |
Definition at line 549 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init().
short bItasc::numiter |
Definition at line 547 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and execute_scene().
short bItasc::numstep |
Definition at line 548 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and execute_scene().
float bItasc::precision |
Definition at line 546 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init(), and execute_scene().
short bItasc::solver |
Definition at line 551 of file DNA_action_types.h.
Referenced by BKE_pose_itasc_init().