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>2012-05-18 12:59:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-18 12:59:05 +0400
commitf21cd531d6233ec95e1f3515ba1d77977154d5c9 (patch)
tree0f5695a47cd9814e24b1f3481393c7a5269b73c8 /source/blender/editors/space_clip/clip_dopesheet_ops.c
parent7414ccfeeb745ef0e86ee010137865b5398d10a0 (diff)
mask editor now stores points/handles in 1:1 aspect, makes tool code _much_ more logical/easier.
Diffstat (limited to 'source/blender/editors/space_clip/clip_dopesheet_ops.c')
-rw-r--r--source/blender/editors/space_clip/clip_dopesheet_ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/clip_dopesheet_ops.c b/source/blender/editors/space_clip/clip_dopesheet_ops.c
index 78e346cba47..4a390241629 100644
--- a/source/blender/editors/space_clip/clip_dopesheet_ops.c
+++ b/source/blender/editors/space_clip/clip_dopesheet_ops.c
@@ -59,6 +59,7 @@
#include "clip_intern.h" // own include
+#if 0
static int ED_space_clip_dopesheet_poll(bContext *C)
{
SpaceClip *sc = CTX_wm_space_clip(C);
@@ -73,6 +74,7 @@ static int ED_space_clip_dopesheet_poll(bContext *C)
return FALSE;
}
+#endif
/********************** select channel operator *********************/