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))

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to