dmarx / dmarx/keyframed

to_cn_string (implemented in this issue)

Open
#94 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
38
Forks
2
PR merge metrics
No merged PRs in 30d

Description

```python
def kf_to_cn_string(curve):
return ','.join(
[f"{kf['t']}:({kf['value']})"
for kf in curve.to_dict()['curve'].values()
])

# vktrs
kf_to_cn_string(driving_signal_kf)
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.