We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5b5c0 commit b4e0127Copy full SHA for b4e0127
README.md
@@ -42,6 +42,10 @@ Python module for parsing BVH (Biovision hierarchical data) mocap files
42
>>> mocap.frame_joint_channel(22, 'mixamorig:Spine', 'Xrotation')
43
11.8096
44
```
45
+ #### Get Frame CHANNEL with joint index and channel indices[]. Returns a list!
46
+```python
47
+>>> mocap.frame_joint_channel(22, 1, [0])
48
+[11.8096]
49
#### Get all JOINT names
50
```python
51
>>> mocap.get_joints_names()
0 commit comments