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:
authorJoshua Leung <aligorith@gmail.com>2014-04-28 05:49:00 +0400
committerJoshua Leung <aligorith@gmail.com>2014-04-28 05:49:00 +0400
commit4a1b87790d456453fa5a25f08588dd6d9e8e47f9 (patch)
tree627ac58e56a4e54631ea2695aca28d6884aee2ce /source/blender/editors/include
parentb33953593b5dabeb60a3065db82c3dc35ba2e0f9 (diff)
Patch T39855: Icons for Interpolation Types (and Robert Penner easing)
This patch adds icons for each of the keyframe interpolation types (including the easing equations), as well as icons for the easing type options. Icons made by: Paulo José Oliveira Amaro (pauloup) Reviewed by: Joshua Leung, Thomas Beck
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_icons.h35
1 files changed, 19 insertions, 16 deletions
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index 4e15f3ee881..eeb54986034 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -643,22 +643,25 @@ DEF_ICON(FRAME_NEXT)
#ifndef DEF_ICON_BLANK_SKIP
/* available */
DEF_ICON(BLANK186)
- DEF_ICON(BLANK187)
- DEF_ICON(BLANK188)
- DEF_ICON(BLANK189)
- DEF_ICON(BLANK190)
- DEF_ICON(BLANK191)
- DEF_ICON(BLANK192)
- DEF_ICON(BLANK193)
- DEF_ICON(BLANK194)
- DEF_ICON(BLANK195)
- DEF_ICON(BLANK196)
- DEF_ICON(BLANK197)
- DEF_ICON(BLANK198)
- DEF_ICON(BLANK199)
- DEF_ICON(BLANK200)
- DEF_ICON(BLANK201)
- DEF_ICON(BLANK202)
+#endif
+DEF_ICON(IPO_CONSTANT)
+DEF_ICON(IPO_LINEAR)
+DEF_ICON(IPO_BEZIER)
+DEF_ICON(IPO_SINE)
+DEF_ICON(IPO_QUAD)
+DEF_ICON(IPO_CUBIC)
+DEF_ICON(IPO_QUART)
+DEF_ICON(IPO_QUINT)
+DEF_ICON(IPO_EXPO)
+DEF_ICON(IPO_CIRC)
+DEF_ICON(IPO_BOUNCE)
+DEF_ICON(IPO_ELASTIC)
+DEF_ICON(IPO_BACK)
+DEF_ICON(IPO_EASE_IN)
+DEF_ICON(IPO_EASE_OUT)
+DEF_ICON(IPO_EASE_IN_OUT)
+#ifndef DEF_ICON_BLANK_SKIP
+ /* available */
DEF_ICON(BLANK203)
DEF_ICON(BLANK204)
DEF_ICON(BLANK205)