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:
authorTon Roosendaal <ton@blender.org>2006-11-01 15:44:04 +0300
committerTon Roosendaal <ton@blender.org>2006-11-01 15:44:04 +0300
commit0977d92d734f56d14d01da6f42bce95d41e06715 (patch)
tree1c0c1e2b0d31dada46e308b342902f326d01d8ca /source/blender/src/buttons_scene.c
parent358a6e6e88fe6ec3b847127e6fd3c84ac8b4d90c (diff)
Bugfix #5030
- Removed obsolete IRIZ image support from menus. This was a Blender-only version of SGI Iris images, used internally in the nineties because it was the only format supporting Z easily A much better Z exporting - and industry compliant - is via OpenEXR - Scene strips in Sequencer now get Z buffers as well. This is only in float format, containing actual distances from the camera.
Diffstat (limited to 'source/blender/src/buttons_scene.c')
-rw-r--r--source/blender/src/buttons_scene.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/buttons_scene.c b/source/blender/src/buttons_scene.c
index af203021898..13ddaf033ed 100644
--- a/source/blender/src/buttons_scene.c
+++ b/source/blender/src/buttons_scene.c
@@ -1071,7 +1071,6 @@ static char *imagetype_pup(void)
"Jpeg", R_JPEG90,
"HamX", R_HAMX,
"Iris", R_IRIS,
- "Iris + Zbuffer", R_IRIZ,
"Radiance HDR", R_RADHDR,
"Cineon", R_CINEON,
"DPX", R_DPX
@@ -1097,7 +1096,6 @@ static char *imagetype_pup(void)
"Jpeg", R_JPEG90,
"HamX", R_HAMX,
"Iris", R_IRIS,
- "Iris + Zbuffer", R_IRIZ,
"Radiance HDR", R_RADHDR,
"Cineon", R_CINEON,
"DPX", R_DPX