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:
authorMichael Fox <mfoxdogg@gmail.com>2009-01-06 03:19:47 +0300
committerMichael Fox <mfoxdogg@gmail.com>2009-01-06 03:19:47 +0300
commitc16c6c053678168ae3779c2c56f9b2d555f760c0 (patch)
tree751c072276a4d9a1fc6705915b8e327898065a7e /source/blender/editors/space_view3d/view3d_intern.h
parentbe67aac49366baafd7964d16756d1ed4130688b1 (diff)
2.5
****** small commit, ported cameratoview3d, please check i have the correct naming and notifier
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_intern.h')
-rw-r--r--source/blender/editors/space_view3d/view3d_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_view3d/view3d_intern.h b/source/blender/editors/space_view3d/view3d_intern.h
index 0db5242dbfa..963667e4ebf 100644
--- a/source/blender/editors/space_view3d/view3d_intern.h
+++ b/source/blender/editors/space_view3d/view3d_intern.h
@@ -116,6 +116,7 @@ void VIEW3D_OT_lasso_select(struct wmOperatorType *ot);
/* view3d_view.c */
void VIEW3D_OT_smoothview(struct wmOperatorType *ot);
+void VIEW3D_OT_setcameratoview(struct wmOperatorType *ot);
void view3d_operator_needs_opengl(const struct bContext *C);