Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_global.h
| Context not available. | |||||
| #define G_FILE_HISTORY (1 << 25) | #define G_FILE_HISTORY (1 << 25) | ||||
| #define G_FILE_MESH_COMPAT (1 << 26) /* BMesh option to save as older mesh format */ | #define G_FILE_MESH_COMPAT (1 << 26) /* BMesh option to save as older mesh format */ | ||||
| #define G_FILE_SAVE_COPY (1 << 27) /* restore paths after editing them */ | #define G_FILE_SAVE_COPY (1 << 27) /* restore paths after editing them */ | ||||
| #define G_FILE_SAVE_EXTERNAL (1 << 28) /* save files such as images modified in blender */ | |||||
| #define G_FILE_FLAGS_RUNTIME (G_FILE_NO_UI | G_FILE_RELATIVE_REMAP | G_FILE_MESH_COMPAT | G_FILE_SAVE_COPY) | #define G_FILE_FLAGS_RUNTIME (G_FILE_NO_UI | G_FILE_RELATIVE_REMAP | G_FILE_MESH_COMPAT | G_FILE_SAVE_COPY) | ||||
| Context not available. | |||||