diff --git a/source/blender/editors/transform/transform.hh b/source/blender/editors/transform/transform.hh
index 76312fdbda0..2fa0f08773c 100644
--- a/source/blender/editors/transform/transform.hh
+++ b/source/blender/editors/transform/transform.hh
@@ -150,6 +150,12 @@ enum eTFlag {
 
   /** Special flag for when the transform code is called after keys have been duplicated. */
   T_DUPLICATED_KEYFRAMES = 1 << 26,
+
+  /* Used on MB-0001-operator-repeat */
+  T_TRANSFORM_MULTIPLE = 1 << 27,
+
+  /* Used on MB-0006-allow-no-modal-transform*/
+  T_TRANSFORM_NO_MODAL = 1 << 28,
 };
 ENUM_OPERATORS(eTFlag, T_DUPLICATED_KEYFRAMES);
 
diff --git a/source/blender/tornavis/patches/MB_0007.h b/source/blender/tornavis/patches/MB_0007.h
new file mode 100644
index 00000000000..c978e52a11c
--- /dev/null
+++ b/source/blender/tornavis/patches/MB_0007.h
@@ -0,0 +1 @@
+/* Empty File */
\ No newline at end of file
