Properly rename scenes and resources after renaming or moving files, should fix #13976

It's not tested, so please test.
This commit is contained in:
Juan Linietsky
2017-12-26 16:32:12 -03:00
parent c858dbdc4e
commit 57061413eb
4 changed files with 66 additions and 0 deletions

View File

@@ -185,6 +185,7 @@ public:
String get_scene_title(int p_idx) const;
String get_scene_path(int p_idx) const;
String get_scene_type(int p_idx) const;
void set_scene_path(int p_idx, const String &p_path);
Ref<Script> get_scene_root_script(int p_idx) const;
void set_edited_scene_version(uint64_t version, int p_scene_idx = -1);
uint64_t get_edited_scene_version() const;