Procedural Fcurve Editor
An add-on for blender that adds a few tools to make work with areas of animation curves a little easier.
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 10 |
| Forks | 1 |
| Open Issues | 0 |
| Last Commit | 2023-04-17 |
| Downloads | 0 |
| Last Indexed | 2026-08-09 05:03 |
Installation
nimble install Procedural Fcurve Editor
choosenim install Procedural Fcurve Editor
git clone https://gitlab.com/bird_d/procedural_fcurve_editor
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| Procedural Fcurve Editor | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/bird_d/procedural_fcurve_editor |
|---|---|
| Homepage | https://gitlab.com/bird_d/procedural_fcurve_editor |
| Registry Source | gitlab |
README
Procedural Fcurve Editor
An add-on for blender that adds a few tools to make work with areas of animation curves a little easier.
Todo
- [x] Restructure code in to different files for readability.
- [x] Add shortcuts to keymap on add-on load.
- [x] Add a function to map the current time selection to a modifier.
- [ ] Add videos that show off what this does.
- [ ] Add better comments after splitting files.
- [ ] Add a more interactive gui, not constrained by having to press all sorts of buttons to activate operators.
Fcurve filter operators
- [x] Cursor
- [x] Playhead
- [x] Zeroing
- [x] Noise
- [x] Weighted Moving Average Smooth
- [ ] Butterworth Smoothing
- [x] Ramp
- [x] Floor
- [x] Ceiling