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:
Diffstat (limited to 'source/blender/makesdna/DNA_scriptlink_types.h')
-rw-r--r--source/blender/makesdna/DNA_scriptlink_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_scriptlink_types.h b/source/blender/makesdna/DNA_scriptlink_types.h
index 4816c934202..4983fa1d9dd 100644
--- a/source/blender/makesdna/DNA_scriptlink_types.h
+++ b/source/blender/makesdna/DNA_scriptlink_types.h
@@ -53,8 +53,9 @@ typedef struct ScriptLink {
/* **************** SCRIPTLINKS ********************* */
#define SCRIPT_FRAMECHANGED 1
-#define SCRIPT_ONLOAD 2
-#define SCRIPT_REDRAW 4
+#define SCRIPT_ONLOAD 2
+#define SCRIPT_REDRAW 4
+#define SCRIPT_ONSAVE 8
#ifdef __cplusplus
}