Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-12-14 01:42:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-14 01:42:46 +0300
commit2a0a6a0541eaff06659a06ef18cac05e5674c844 (patch)
treec9941f33e1e120bdb2b66a145bfccdeac7f7e67a /source/blender/blenkernel/BKE_global.h
parenta603bb34591c8b68977b026204658ce602a5dae6 (diff)
Remove G.save_over
The difference between G.save_over and G.relbase_valid was minor. There is one change in functionality. When saving the default-startup file from an already loaded blend file - future save actions will continue to write to the originally loaded file instead of prompting the user to select a location to save the file. This change makes saving the startup file behave the same way "Save a Copy" does. Reviewed By: brecht Ref D13556
Diffstat (limited to 'source/blender/blenkernel/BKE_global.h')
-rw-r--r--source/blender/blenkernel/BKE_global.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/blenkernel/BKE_global.h b/source/blender/blenkernel/BKE_global.h
index 1464a905c80..184ebb8e934 100644
--- a/source/blender/blenkernel/BKE_global.h
+++ b/source/blender/blenkernel/BKE_global.h
@@ -52,12 +52,6 @@ typedef struct Global {
/** When set: `G_MAIN->filepath` contains valid relative base path. */
bool relbase_valid;
- /**
- * When set:
- * - Saving writes to `G_MAIN->filepath` without prompting for a file-path.
- * - The title-bar displays `G_MAIN->filepath`.
- */
- bool save_over;
/**
* Strings of recently opened files to show in the file menu.