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/src/buttons_scene.c')
-rw-r--r--source/blender/src/buttons_scene.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/source/blender/src/buttons_scene.c b/source/blender/src/buttons_scene.c
index 778a0aa88d6..3de232c69ef 100644
--- a/source/blender/src/buttons_scene.c
+++ b/source/blender/src/buttons_scene.c
@@ -1101,7 +1101,9 @@ static char *imagetype_pup(void)
strcat(formatstring, "|%s %%x%d"); // add space for PNG
strcat(formatstring, "|%s %%x%d"); // add space for BMP
strcat(formatstring, "|%s %%x%d"); // add space for Radiance HDR
-
+ strcat(formatstring, "|%s %%x%d"); // add space for Cineon
+ strcat(formatstring, "|%s %%x%d"); // add space for DPX
+
#ifdef _WIN32
strcat(formatstring, "|%s %%x%d"); // add space for AVI Codec
#endif
@@ -1138,7 +1140,9 @@ static char *imagetype_pup(void)
"HamX", R_HAMX,
"Iris", R_IRIS,
"Iris + Zbuffer", R_IRIZ,
- "Radiance HDR", R_RADHDR
+ "Radiance HDR", R_RADHDR,
+ "Cineon", R_CINEON,
+ "DPX", R_DPX
#ifdef __sgi
,"Movie", R_MOVIE
#endif
@@ -1162,7 +1166,9 @@ static char *imagetype_pup(void)
"HamX", R_HAMX,
"Iris", R_IRIS,
"Iris + Zbuffer", R_IRIZ,
- "Radiance HDR", R_RADHDR
+ "Radiance HDR", R_RADHDR,
+ "Cineon", R_CINEON,
+ "DPX", R_DPX
#ifdef __sgi
,"Movie", R_MOVIE
#endif