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>2017-08-04 09:45:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-04 09:45:33 +0300
commitd7905dab6a858570258daf4a502820b340a52dbc (patch)
tree8b4e1c58609ba7d4608b2ee87afeb9352e0460f3 /source/blender/editors/space_view3d/view3d_manipulator_camera.c
parent54cea98046962a7557ce1b75b4a6146373bdda42 (diff)
Manipulator: add compositor crop manipulator
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_manipulator_camera.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_manipulator_camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_camera.c b/source/blender/editors/space_view3d/view3d_manipulator_camera.c
index e5619c1fd25..51467775298 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_camera.c
+++ b/source/blender/editors/space_view3d/view3d_manipulator_camera.c
@@ -409,4 +409,4 @@ void VIEW3D_WGT_camera_view(wmManipulatorGroupType *wgt)
wgt->refresh = WIDGETGROUP_camera_view_refresh;
}
-/** \} */ \ No newline at end of file
+/** \} */