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:
authorDalai Felinto <dfelinto@gmail.com>2017-11-09 16:52:49 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-11-09 16:53:18 +0300
commitf8a07544390b15b23884ce55097b05644be4572d (patch)
tree86394865f4177c55a46fb34380c645842e385b6e /release
parent92020077e63edad8bc24248347f64f3f2fb2b74b (diff)
Object.layers no longer around, removing from ui
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_object.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_object.py b/release/scripts/startup/bl_ui/properties_object.py
index a77dad506f1..d25a85d5b4c 100644
--- a/release/scripts/startup/bl_ui/properties_object.py
+++ b/release/scripts/startup/bl_ui/properties_object.py
@@ -136,8 +136,6 @@ class OBJECT_PT_relations(ObjectButtonsPanel, Panel):
split = layout.split()
col = split.column()
- col.prop(ob, "layers")
- col.separator()
col.prop(ob, "pass_index")
col = split.column()