From ed564d7cb7f39853b2c79ac09cc9e010bd371576 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 12 Aug 2012 12:15:23 +0000 Subject: NDOF navigation support for clip editor --- source/blender/editors/space_clip/clip_intern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/space_clip/clip_intern.h') diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h index 392367f9071..d33f77c1064 100644 --- a/source/blender/editors/space_clip/clip_intern.h +++ b/source/blender/editors/space_clip/clip_intern.h @@ -102,6 +102,8 @@ void CLIP_OT_change_frame(wmOperatorType *ot); void CLIP_OT_rebuild_proxy(struct wmOperatorType *ot); void CLIP_OT_mode_set(struct wmOperatorType *ot); +void CLIP_OT_view_ndof(struct wmOperatorType *ot); + /* clip_toolbar.c */ struct ARegion *ED_clip_has_properties_region(struct ScrArea *sa); void CLIP_OT_tools(struct wmOperatorType *ot); -- cgit v1.2.3