Home
last modified time | relevance | path

Searched refs:spring_stiffness_ang_x (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_rigidbody_types.h277 float spring_stiffness_ang_x; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Drigidbody.c894 set_stiffness(rbc->physics_constraint, RB_LIMIT_ANG_X, rbc->spring_stiffness_ang_x); in rigidbody_constraint_init_spring()
1365 rbc->spring_stiffness_ang_x = 10.0f; in BKE_rigidbody_create_constraint()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_rigidbody.c616 rbc->spring_stiffness_ang_x = value; in rna_RigidBodyCon_spring_stiffness_ang_x_set()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_270.c1492 rbc->spring_stiffness_ang_x = 10.0; in blo_do_versions_270()