Procedural Fcurve Editor

An add-on for blender that adds a few tools to make work with areas of animation curves a little easier.

Pure Nim score 17/100 · last commit 2023-04-17 · 10 stars · tests present · no docs generated

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 - - - - - - -

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.

Download

Wiki

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