Auto Walk is a blender addon to unfold a walk or run animation cycle along a curve
 
Go to file
Pullusb ada6255d6a Initial commit 2021-04-05 01:35:12 +02:00
.gitignore Initial commit 2021-04-05 01:35:12 +02:00
LICENSE Initial commit 2021-04-05 01:35:12 +02:00
OP_animate_path.py Initial commit 2021-04-05 01:35:12 +02:00
OP_setup_curve_path.py Initial commit 2021-04-05 01:35:12 +02:00
README.md Initial commit 2021-04-05 01:35:12 +02:00
__init__.py Initial commit 2021-04-05 01:35:12 +02:00
animate_path.py Initial commit 2021-04-05 01:35:12 +02:00
fn.py Initial commit 2021-04-05 01:35:12 +02:00
panels.py Initial commit 2021-04-05 01:35:12 +02:00

README.md

Unfold animation cycle

Unfold static Walk/run cycle along defined path.


Description

sequencial set of tools:

  • Fix character on curve
  • Fit the curve on a ground object
  • Animate the path (use key marked as 'EXTREME' type on selected foot pose bone)
  • Define speed and adjust
  • Expand anim cycle and step curve animation
  • Pin feet on ground (use contact keys marked as 'EXTREME' for each feets)

Where ?

Sidebar > Anim > unfold anim cycle


Changelog:

0.1.0:

  • initial commit, halfway there