diff options
| author | Juan Linietsky | 2018-06-21 15:45:44 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-21 15:46:11 -0300 |
| commit | a0719533bdc4e99a24bd02886fc77a29d5d30dfc (patch) | |
| tree | 933787c538ee103a70f1fcb34ef5001fd903d8c2 /scene/register_scene_types.cpp | |
| parent | 0254616c37767aadec4bcbd1863313961ed820fb (diff) | |
| download | godot-a0719533bdc4e99a24bd02886fc77a29d5d30dfc.tar.gz godot-a0719533bdc4e99a24bd02886fc77a29d5d30dfc.tar.zst godot-a0719533bdc4e99a24bd02886fc77a29d5d30dfc.zip | |
Diffstat (limited to 'scene/register_scene_types.cpp')
| -rw-r--r-- | scene/register_scene_types.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/register_scene_types.cpp b/scene/register_scene_types.cpp index b455fa351..244d95d9c 100644 --- a/scene/register_scene_types.cpp +++ b/scene/register_scene_types.cpp @@ -63,6 +63,7 @@ #include "scene/2d/tile_map.h" #include "scene/2d/visibility_notifier_2d.h" #include "scene/2d/y_sort.h" +#include "scene/animation/animation_blend_space.h" #include "scene/animation/animation_blend_tree.h" #include "scene/animation/animation_graph_player.h" #include "scene/animation/animation_player.h" @@ -386,7 +387,9 @@ void register_scene_types() { ClassDB::register_class<AnimationGraphPlayer>(); ClassDB::register_class<AnimationNode>(); + ClassDB::register_class<AnimationRootNode>(); ClassDB::register_class<AnimationNodeBlendTree>(); + ClassDB::register_class<AnimationNodeBlendSpace>(); ClassDB::register_class<AnimationNodeOutput>(); ClassDB::register_class<AnimationNodeOneShot>(); ClassDB::register_class<AnimationNodeAnimation>(); |
