Blender V4.5
bItasc Struct Reference

#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

Detailed Description

Definition at line 627 of file DNA_action_types.h.

Member Data Documentation

◆ dampeps

float bItasc::dampeps

Threshold of singular value from which the damping start progressively.

Definition at line 642 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and itasc_update_param().

◆ dampmax

float bItasc::dampmax

Maximum damping for DLS solver.

Definition at line 640 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and itasc_update_param().

◆ feedback

float bItasc::feedback

◆ flag

short bItasc::flag

◆ iksolver

int bItasc::iksolver

Definition at line 628 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init().

◆ maxstep

float bItasc::maxstep

Definition at line 633 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and itasc_update_param().

◆ maxvel

float bItasc::maxvel

Max velocity to SDLS solver.

Definition at line 638 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), execute_scene(), and itasc_update_param().

◆ minstep

float bItasc::minstep

Definition at line 632 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and itasc_update_param().

◆ numiter

short bItasc::numiter

Definition at line 630 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and execute_scene().

◆ numstep

short bItasc::numstep

Definition at line 631 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and execute_scene().

◆ precision

float bItasc::precision

Definition at line 629 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and execute_scene().

◆ solver

short bItasc::solver

Definition at line 634 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and convert_tree().


The documentation for this struct was generated from the following file: