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:
authorAntony Riakiotakis <kalast@gmail.com>2015-04-13 16:57:46 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-04-13 16:57:57 +0300
commit198ca57ae48fb6860fd82c04e5f1f0a41a5612da (patch)
treeeed526c887e2d16c5356276bffc364a8c777ba62 /source/blender/makesdna/DNA_anim_types.h
parent8ad37b0d224fcf3eb09dd2b7def8bdcc386af1a1 (diff)
Graph editor:
Normalization feature now uses the full range of the data instead of just one semiaxis for the maximum size.
Diffstat (limited to 'source/blender/makesdna/DNA_anim_types.h')
-rw-r--r--source/blender/makesdna/DNA_anim_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h
index 9e6b71fcbac..693e0fc1293 100644
--- a/source/blender/makesdna/DNA_anim_types.h
+++ b/source/blender/makesdna/DNA_anim_types.h
@@ -459,7 +459,7 @@ typedef struct FCurve {
int color_mode; /* coloring method to use (eFCurve_Coloring) */
float color[3]; /* the last-color this curve took */
- float prev_norm_factor, pad;
+ float prev_norm_factor, prev_offset;
} FCurve;