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:
authorCampbell Barton <ideasman42@gmail.com>2009-06-12 01:11:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-06-12 01:11:33 +0400
commita054f3ccce67ebf32ecc687b1f19ba0a6b6144f0 (patch)
treeb697aeac8be7417fff3ff8b24003fb82e0b98c52 /source/blender/makesdna/DNA_userdef_types.h
parent73092af8b7a3d5cfe09557d73a7b49254d326ae5 (diff)
elif rd.file_format in ("OPENEXR"):
...is the same as elif rd.file_format in "OPENEXR": # ("OPENEXR",) <- syntax for a single tuple At the moment its using pythons syntax for a string search which works but isnt whats intended. Replaced in with == (Also use '' for enums rather then "")
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
0 files changed, 0 insertions, 0 deletions