Blender  V3.3
Public Attributes | List of all members
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 544 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 559 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init().

◆ dampmax

float bItasc::dampmax

Maximum damping for DLS solver.

Definition at line 557 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init().

◆ feedback

float bItasc::feedback

Definition at line 553 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and joint_callback().

◆ flag

short bItasc::flag

Definition at line 552 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and execute_scene().

◆ iksolver

int bItasc::iksolver

Definition at line 545 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and get_ikdata().

◆ maxstep

float bItasc::maxstep

Definition at line 550 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init().

◆ maxvel

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().

◆ minstep

float bItasc::minstep

Definition at line 549 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init().

◆ numiter

short bItasc::numiter

Definition at line 547 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and execute_scene().

◆ numstep

short bItasc::numstep

Definition at line 548 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and execute_scene().

◆ precision

float bItasc::precision

Definition at line 546 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init(), and execute_scene().

◆ solver

short bItasc::solver

Definition at line 551 of file DNA_action_types.h.

Referenced by BKE_pose_itasc_init().


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