base classes — bpy_struct, IKParam
Parameters for the iTaSC IK solver
Singular value under which damping is progressively applied (higher values=more stability, less reactivity - default=0.1)
Type : | float in [0, 1], default 0.0 |
---|
Maximum damping coefficient when singular value is nearly 0 (higher values=more stability, less reactivity - default=0.5)
Type : | float in [0, 1], default 0.0 |
---|
Feedback coefficient for error correction, average response time is 1/feedback (default=20)
Type : | float in [0, 100], default 0.0 |
---|
Maximum number of iterations for convergence in case of reiteration
Type : | int in [0, 1000], default 0 |
---|
Type : | enum in [‘ANIMATION’, ‘SIMULATION’], default ‘ANIMATION’ |
---|
Precision of convergence in case of reiteration
Type : | float in [0, 0.1], default 0.0 |
---|
Defines if the solver is allowed to reiterate (converge until precision is met) on none, first or all frames
Type : | enum in [‘NEVER’, ‘INITIAL’, ‘ALWAYS’], default ‘NEVER’ |
---|
Solving method selection: automatic damping or manual damping
Type : | enum in [‘SDLS’, ‘DLS’], default ‘SDLS’ |
---|
Divide the frame interval into this many steps
Type : | int in [1, 50], default 0 |
---|
Higher bound for timestep in second in case of automatic substeps
Type : | float in [0, 1], default 0.0 |
---|
Lower bound for timestep in second in case of automatic substeps
Type : | float in [0, 0.1], default 0.0 |
---|
Automatically determine the optimal number of steps for best performance/accuracy trade off
Type : | boolean, default False |
---|
Maximum joint velocity in rad/s (default=50)
Type : | float in [0, 100], default 0.0 |
---|
Inherited Properties
Inherited Functions