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:
authorJulian Eisel <julian_eisel@web.de>2015-02-15 06:29:11 +0300
committerJulian Eisel <julian_eisel@web.de>2015-02-15 06:29:11 +0300
commit0ff56ca2aa1cc258ee2bd88b7676fbfd0482777f (patch)
tree25f9b1a791866c053715e9c73ecc0d7aa911bb7d /release
parentc439d14a9ad05160d26382ff2dce9c92aa4f7b42 (diff)
Revert/Remove "Auto View" Feature
Turned out that I misinterpreted the feature request, plus there are some minor issues with the commit that would need to be corrected. After all, I decided to just remove it again as it seems to not be really useful for the users.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_graph.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index f333bff4bf3..d3e1a866e43 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -41,8 +41,6 @@ class GRAPH_HT_header(Header):
dopesheet_filter(layout, context)
- layout.prop(st, "use_auto_view_selected", text="Auto View")
-
layout.prop(st, "use_normalization", text="Normalize")
row = layout.row()
row.active = st.use_normalization