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:
authorMatt Ebb <matt@mke3.net>2010-06-07 07:44:54 +0400
committerMatt Ebb <matt@mke3.net>2010-06-07 07:44:54 +0400
commit61f50707a47e6926220da6270f4d4f1eff9a88fb (patch)
tree419d7e2747930afa52e6cab383e522d96bc2b1db /release/scripts/ui/space_view3d.py
parente27756f0dcce28bd026fc35a66dde85fa491d569 (diff)
'fix' [#22527] Lens angle under View in 'N' panel does not change the camera view
Made the UI more clear that the Lens value is for the 3d view space data only.
Diffstat (limited to 'release/scripts/ui/space_view3d.py')
-rw-r--r--release/scripts/ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_view3d.py b/release/scripts/ui/space_view3d.py
index ba2705331a9..e505a260d41 100644
--- a/release/scripts/ui/space_view3d.py
+++ b/release/scripts/ui/space_view3d.py
@@ -1879,6 +1879,7 @@ class VIEW3D_PT_view3d_properties(bpy.types.Panel):
scene = context.scene
col = layout.column()
+ col.active = view.region_3d.view_perspective != 'CAMERA'
col.prop(view, "lens")
col.label(text="Lock to Object:")
col.prop(view, "lock_object", text="")