Spaces:
Building
Building
File size: 1,929 Bytes
d49f7bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
char_starting_location: [0.0, 0.0, -0.5]
bvh_projection_bodypart_groups:
- bvh_joint_names:
- LeftShoulder
- LeftElbow
- LeftWrist
- LFingers
- RightShoulder
- RightElbow
- RightWrist
- RFingers
method: pca
name: Upper Limbs
- bvh_joint_names:
- LeftHip
- LeftKnee
- LeftAnkle
- LeftToe
- RightHip
- RightKnee
- RightAnkle
- RightToe
method: pca
name: Lower Limbs
- bvh_joint_names:
- Hips
- Chest
- Chest2
- Head
method: frontal
name: Trunk
char_bodypart_groups:
- bvh_depth_drivers:
- Hips
char_joints:
- right_shoulder
- left_shoulder
- right_hip
- left_hip
- hip
- torso
- neck
- bvh_depth_drivers:
- LeftWrist
char_joints:
- left_elbow
- left_hand
- bvh_depth_drivers:
- RightWrist
char_joints:
- right_elbow
- right_hand
- bvh_depth_drivers:
- LeftAnkle
char_joints:
- left_knee
- left_foot
- bvh_depth_drivers:
- RightAnkle
char_joints:
- right_knee
- right_foot
char_bvh_root_offset:
bvh_projection_bodypart_group_for_offset: Lower Limbs
bvh_joints:
- - RightAnkle
- RightKnee
- RightHip
- - LeftAnkle
- LeftKnee
- LeftHip
char_joints:
- - left_foot
- left_knee
- left_hip
- - right_foot
- right_knee
- right_hip
char_joint_bvh_joints_mapping:
left_elbow: !!python/tuple
- LeftShoulder
- LeftElbow
left_foot: !!python/tuple
- LeftKnee
- LeftAnkle
left_hand: !!python/tuple
- LeftElbow
- LeftWrist
left_knee: !!python/tuple
- LeftHip
- LeftKnee
torso: !!python/tuple
- Hips
- Chest2
neck: !!python/tuple
- Hips
- Head
right_elbow: !!python/tuple
- RightShoulder
- RightElbow
right_foot: !!python/tuple
- RightKnee
- RightAnkle
right_hand: !!python/tuple
- RightElbow
- RightWrist
right_knee: !!python/tuple
- RightHip
- RightKnee
char_runtime_checks:
- - above
- neck
- right_shoulder
- left_shoulder |