A c++ engine module for godot, that lets you create new animations from animation frames.
Go to file
2020-04-14 16:59:37 +02:00
doc_classes Sync classref with the current source. 2020-04-14 16:59:37 +02: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 Clang format. 2020-04-10 14:01:42 +02:00
procedural_animation_editor_plugin.h Implemented deleting keyframes. 2020-04-01 23:05:15 +02:00
procedural_animation.cpp Implement keyframe_time's bindings. Also fix saving node positions in the editor plugin. 2020-04-01 20:16:22 +02:00
procedural_animation.h Fix build for 4.0. 2020-04-09 12:37:33 +02:00
README.md Initial commit. Mostly bindings-related work. 2020-01-24 15:29:39 +01:00
register_types.cpp Started work on a better solution. Removed most of the things I added yesterday, also removed the ProceduralAnimationPlayer. ProceduralAnimation is now inherited from Animation. 2020-03-26 10:27:39 +01:00
register_types.h Added the license text to all cpp files. 2020-01-31 19:39:58 +01:00
SCsub Started work on a better solution. Removed most of the things I added yesterday, also removed the ProceduralAnimationPlayer. ProceduralAnimation is now inherited from Animation. 2020-03-26 10:27:39 +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