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>2015-04-10 06:41:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-10 06:41:57 +0300
commit31d354dfa34306dfa94671e3c6fb11666e6bb48b (patch)
tree2cd817872da92248eace0d7edbff9392d3cb2e92 /source/blender/makesdna
parentf2452bc9ab9797293c4b51fa022f6a6de82d52e3 (diff)
rename _ipo -> _fcurve
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index ed63aefa4df..2f54dfa8116 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1271,7 +1271,7 @@ typedef struct ToolSettings {
char proportional_objects; /* proportional edit, object mode */
char proportional_mask; /* proportional edit, mask editing */
char proportional_action; /* proportional edit, action editor */
- char proportional_ipo; /* proportional edit, graph editor */
+ char proportional_fcurve; /* proportional edit, graph editor */
char pad4[6];
char auto_normalize; /*auto normalizing mode in wpaint*/