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-07-08 17:18:57 +0400
committerTon Roosendaal <ton@blender.org>2006-07-08 17:18:57 +0400
commit00b55aba24908bb4f22a263069a6659bd3556cf5 (patch)
tree4750d2b6051302e3e7ff956fd81b2937c381b6d3 /source/blender/include/transform.h
parent8a34cbe41ff8248aa9d65d0032f1ebcee87b1dff (diff)
1)
The F3 key 'save rendered image' made inconsistant choices to save either in jpg or tga, when the output panel was indicating to render to movies. Even worse, it was sometimes saying 'save jpg' and saved a targa! Made it consistantly save .jpg now, since tga isn't a good common format. 2) Forgot to commit transform.h for previous bugfix in transform numeric input
Diffstat (limited to 'source/blender/include/transform.h')
-rwxr-xr-xsource/blender/include/transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/transform.h b/source/blender/include/transform.h
index ac04cdc95d5..ab0b16e46a4 100755
--- a/source/blender/include/transform.h
+++ b/source/blender/include/transform.h
@@ -47,7 +47,7 @@ typedef struct NumInput {
short idx_max;
short flag; /* Different flags to indicate different behaviors */
float val[3]; /* Direct value of the input */
- short ctrl[3]; /* Control to indicate what to do with the numbers that are typed */
+ int ctrl[3]; /* Control to indicate what to do with the numbers that are typed */
} NumInput ;
/*