[Bf-blender-cvs] [947154b1f6d] temp-legacy-mesh-format-option: Remove "PROP_SKIP_SAVE"

Hans Goudey noreply at git.blender.org
Mon May 30 15:09:53 CEST 2022


Commit: 947154b1f6d9b9498afd4b4e8b98e308ede9bc9d
Author: Hans Goudey
Date:   Mon May 30 15:09:50 2022 +0200
Branches: temp-legacy-mesh-format-option
https://developer.blender.org/rB947154b1f6d9b9498afd4b4e8b98e308ede9bc9d

Remove "PROP_SKIP_SAVE"

===================================================================

M	source/blender/windowmanager/intern/wm_files.c

===================================================================

diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 0747e65406e..513b66036c2 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -3206,7 +3206,6 @@ void WM_OT_save_as_mainfile(wmOperatorType *ot)
       false,
       "Legacy Mesh Format",
       "Save mesh data with a legacy format that can be read by earlier versions");
-  RNA_def_property_flag(prop, PROP_SKIP_SAVE);
 }
 
 static int wm_save_mainfile_invoke(bContext *C, wmOperator *op, const wmEvent *UNUSED(event))



More information about the Bf-blender-cvs mailing list