A c++ engine module for godot, that lets you create new animations from animation frames.
Go to file
2020-03-25 18:41:26 +01:00
doc_classes Removed categories. 2020-03-25 15:05:10 +01:00
docs Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
.gitignore Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
config.py Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
LICENSE Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
procedural_animation_editor_plugin.cpp Removed multiple animation support per ProceduralAnimation. It will work exactly as the built in Animation. This way the built in animation player can be really easily adapted to work as a procedural animation player. 2020-03-25 16:47:49 +01:00
procedural_animation_editor_plugin.h Removed multiple animation support per ProceduralAnimation. It will work exactly as the built in Animation. This way the built in animation player can be really easily adapted to work as a procedural animation player. 2020-03-25 16:47:49 +01:00
procedural_animation_player.cpp Brought over all the code from godot's AnimationPlayer into ProceduralAnimationPlayer, and did the first set of rework to both it, and the ProceduralAnimation itself, so the apis match. Doesn't work for now, but it compiles. 2020-03-25 18:41:26 +01:00
procedural_animation_player.h Brought over all the code from godot's AnimationPlayer into ProceduralAnimationPlayer, and did the first set of rework to both it, and the ProceduralAnimation itself, so the apis match. Doesn't work for now, but it compiles. 2020-03-25 18:41:26 +01:00
procedural_animation.cpp Brought over all the code from godot's AnimationPlayer into ProceduralAnimationPlayer, and did the first set of rework to both it, and the ProceduralAnimation itself, so the apis match. Doesn't work for now, but it compiles. 2020-03-25 18:41:26 +01:00
procedural_animation.h Brought over all the code from godot's AnimationPlayer into ProceduralAnimationPlayer, and did the first set of rework to both it, and the ProceduralAnimation itself, so the apis match. Doesn't work for now, but it compiles. 2020-03-25 18:41:26 +01:00
README.md Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
register_types.cpp Merged together the 2 editor plugins. 2020-03-14 15:49:41 +01:00
register_types.h Added the license text to all cpp files. 2020-01-31 19:39:58 +01:00
SCsub Merged together the 2 editor plugins. 2020-03-14 15:49:41 +01:00

Procedural Animations

This is a Procedural Animations engine module for the GODOT Engine.

clone this repository into your <Godot source>/modules/, and compile.

cd <Godot source>/modules

git clone https://github.com/Relintai/procedural_animations procedural_animation