summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2019-11-01 00:35:26 -0300
committerJuan Linietsky <reduzio@gmail.com>2020-02-11 12:05:04 +0100
commitf4c5e88ef2d5eef16bbaf11180bb2d251f6fcf49 (patch)
tree546d4b318768be7ea207be6afce0c156e190af4d /scene
parent8deb977551b58f814f1dcdbc6692b143b871a82c (diff)
Fix to category in material.
Diffstat (limited to 'scene')
-rw-r--r--scene/3d/mesh_instance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/mesh_instance.cpp b/scene/3d/mesh_instance.cpp
index 08290fe6c3..6d0216d99c 100644
--- a/scene/3d/mesh_instance.cpp
+++ b/scene/3d/mesh_instance.cpp
@@ -412,6 +412,7 @@ void MeshInstance::_bind_methods() {
ADD_GROUP("Skeleton", "");
ADD_PROPERTY(PropertyInfo(Variant::OBJECT, "skin", PROPERTY_HINT_RESOURCE_TYPE, "Skin"), "set_skin", "get_skin");
ADD_PROPERTY(PropertyInfo(Variant::NODE_PATH, "skeleton", PROPERTY_HINT_NODE_PATH_VALID_TYPES, "Skeleton"), "set_skeleton_path", "get_skeleton_path");
+ ADD_GROUP("", "");
}
MeshInstance::MeshInstance() {