[Bf-blender-cvs] [f8a07544390] blender2.8: Object.layers no longer around, removing from ui

Dalai Felinto noreply at git.blender.org
Thu Nov 9 14:53:35 CET 2017


Commit: f8a07544390b15b23884ce55097b05644be4572d
Author: Dalai Felinto
Date:   Thu Nov 9 11:52:49 2017 -0200
Branches: blender2.8
https://developer.blender.org/rBf8a07544390b15b23884ce55097b05644be4572d

Object.layers no longer around, removing from ui

===================================================================

M	release/scripts/startup/bl_ui/properties_object.py

===================================================================

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()



More information about the Bf-blender-cvs mailing list