From 8a92513032d034ccf22108e5986e5dccd1a7f944 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 21 Nov 2010 17:32:57 +0000 Subject: [PATCH] Bugfix #24837 Small typo, EXR option PIZ was typed as PIX --- source/blender/makesrna/intern/rna_nodetree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c index 7a382f537a6..45cc0394f16 100644 --- a/source/blender/makesrna/intern/rna_nodetree.c +++ b/source/blender/makesrna/intern/rna_nodetree.c @@ -1128,7 +1128,7 @@ static void def_cmp_output_file(StructRNA *srna) {0, "NONE", 0, "None", ""}, {1, "PXR24", 0, "Pxr24 (lossy)", ""}, {2, "ZIP", 0, "ZIP (lossless)", ""}, - {3, "PIZ", 0, "PIX (lossless)", ""}, + {3, "PIZ", 0, "PIZ (lossless)", ""}, {4, "RLE", 0, "RLE (lossless)", ""}, {0, NULL, 0, NULL, NULL}};