Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/builder/
H A Ddeg_builder_relations_rig.cc199 OperationKey pose_done_key(&object->id, NodeType::EVAL_POSE, OperationCode::POSE_DONE); in build_ik_pose() local
200 add_relation(solver_key, pose_done_key, "PoseEval Result-Bone Link"); in build_ik_pose()
254 OperationKey pose_done_key(&object->id, NodeType::EVAL_POSE, OperationCode::POSE_DONE); in build_splineik_pose() local
255 add_relation(solver_key, pose_done_key, "PoseEval Result-Bone Link"); in build_splineik_pose()
296 OperationKey pose_done_key(&object->id, NodeType::EVAL_POSE, OperationCode::POSE_DONE); in build_rig() local
299 add_relation(pose_init_ik_key, pose_done_key, "Pose Init IK -> Pose Cleanup"); in build_rig()
438 bone_segments_key, pose_done_key, "PoseEval Result-Bone Link", RELATION_FLAG_GODMODE); in build_rig()
444 add_relation(bone_done_key, pose_done_key, "PoseEval Result-Bone Link"); in build_rig()
464 OperationKey pose_done_key(&object->id, NodeType::EVAL_POSE, OperationCode::POSE_DONE); in build_proxy_rig() local
479 add_relation(bone_done_key, pose_done_key, "Bone Done -> Pose Done", RELATION_FLAG_GODMODE); in build_proxy_rig()