diff --git a/save_as_proxy.py b/save_as_proxy.py index e419ab2..50dd184 100644 --- a/save_as_proxy.py +++ b/save_as_proxy.py @@ -41,7 +41,7 @@ def execute(self, context): outpath_final = os.path.dirname(bpy.path.abspath(bpy.data.filepath)) print(os.path.join(outpath, outname)) report = bpy.ops.wm.save_as_mainfile(filepath=os.path.join(outpath, outname), - check_existing=True, copy=True) + check_existing=True, copy=True, relative_remap=False) # os.rename(os.path.join(outpath, outname), os.path.join(outpath_final, outname)) # Does not work accross devices if report == {"FINISHED"}: