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>2009-03-09 10:00:40 +0300
committerJoshua Leung <aligorith@gmail.com>2009-03-09 10:00:40 +0300
commit6475e462fa1d3da30baac9a91b45779078169716 (patch)
tree537c58dad242141a7d3ee57225363443aad6b3c6 /source/blender/editors/include/UI_view2d.h
parentf73d7c697cc092fa4e3239f2a3f62ed190509287 (diff)
Graph Editor: Frame numbers in horizontal scrollbar are no longer restricted to 1.0 frame intervals.
Diffstat (limited to 'source/blender/editors/include/UI_view2d.h')
-rw-r--r--source/blender/editors/include/UI_view2d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h
index cdb69477f12..eacdba9218e 100644
--- a/source/blender/editors/include/UI_view2d.h
+++ b/source/blender/editors/include/UI_view2d.h
@@ -68,6 +68,7 @@ enum {
/* for drawing time */
V2D_UNIT_SECONDS = 0,
V2D_UNIT_FRAMES,
+ V2D_UNIT_FRAMESCALE,
/* for drawing values */
V2D_UNIT_VALUES,