Skip to content

Commit b4e0127

Browse files
author
Sherjeel Shehzad
committed
updated readme
1 parent 1b5b5c0 commit b4e0127

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Python module for parsing BVH (Biovision hierarchical data) mocap files
4242
>>> mocap.frame_joint_channel(22, 'mixamorig:Spine', 'Xrotation')
4343
11.8096
4444
```
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]
4549
#### Get all JOINT names
4650
```python
4751
>>> mocap.get_joints_names()

0 commit comments

Comments
 (0)