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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-06-05 16:21:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-05 16:21:04 +0300
commit2cc6e06bdb88af5e9956896a0aa27c563c9d0861 (patch)
treea7ff9525be57108ded2276a9aa7e3870d71084cd /source
parentb6d920bbd5ab16d4dfc12f4a9d35b0f522e66e85 (diff)
Error in last commit
Diffstat (limited to 'source')
-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 00b47a516c1..49fa83e82fc 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_camera.c
+++ b/source/blender/editors/space_view3d/view3d_manipulator_camera.c
@@ -73,7 +73,7 @@ static bool WIDGETGROUP_camera_poll(const bContext *C, wmManipulatorGroupType *U
Camera *camera = ob->data;
/* TODO: support overrides. */
if (camera->id.lib == NULL) {
- return false;
+ return true;
}
}
return false;