-fix bug in cache for atlas import/export
-fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now
This commit is contained in:
parent
a65edb4caa
commit
31ce3c5fd0
136 changed files with 10784 additions and 1578 deletions
|
|
@ -156,8 +156,6 @@ void ResourcesDock::save_resource(const String& p_path,const Ref<Resource>& p_re
|
|||
flg|=ResourceSaver::FLAG_COMPRESS;
|
||||
if (EditorSettings::get_singleton()->get("on_save/save_paths_as_relative"))
|
||||
flg|=ResourceSaver::FLAG_RELATIVE_PATHS;
|
||||
if (EditorSettings::get_singleton()->get("on_save/save_paths_without_extension"))
|
||||
flg|=ResourceSaver::FLAG_NO_EXTENSION;
|
||||
|
||||
String path = Globals::get_singleton()->localize_path(p_path);
|
||||
Error err = ResourceSaver::save(path,p_resource,flg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue