Revert "Expose "meta" to the Inspector"
This commit is contained in:
parent
4b1ec08bc3
commit
9f5b77acc9
7 changed files with 14 additions and 17 deletions
|
|
@ -46,7 +46,7 @@ class AnimationTrackKeyEdit : public Object {
|
|||
public:
|
||||
bool setting;
|
||||
|
||||
bool _hide_object_properties_from_inspector() {
|
||||
bool _hide_script_from_inspector() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ public:
|
|||
|
||||
ClassDB::bind_method("_update_obj", &AnimationTrackKeyEdit::_update_obj);
|
||||
ClassDB::bind_method("_key_ofs_changed", &AnimationTrackKeyEdit::_key_ofs_changed);
|
||||
ClassDB::bind_method("_hide_object_properties_from_inspector", &AnimationTrackKeyEdit::_hide_object_properties_from_inspector);
|
||||
ClassDB::bind_method("_hide_script_from_inspector", &AnimationTrackKeyEdit::_hide_script_from_inspector);
|
||||
ClassDB::bind_method("get_root_path", &AnimationTrackKeyEdit::get_root_path);
|
||||
ClassDB::bind_method("_dont_undo_redo", &AnimationTrackKeyEdit::_dont_undo_redo);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue