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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2013-11-24 17:25:38 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2013-11-24 17:27:02 +0400
commitfab96b59133fee78b6c2e5ad3d5bc74d3d3bf4d5 (patch)
treea9974ca9358eaf413827b548640c711e7520a56c /release/scripts/startup/bl_ui/properties_mask_common.py
parent1e096852bf38f8d7b9bdb93d9a5f1e585b87db05 (diff)
UI List: remove separate name text fields.
It was never the intention to have these separate, and now that we can rename directly in the list there is no more need for them.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_mask_common.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_mask_common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_mask_common.py b/release/scripts/startup/bl_ui/properties_mask_common.py
index b6f3cf93531..fb7a3d8b303 100644
--- a/release/scripts/startup/bl_ui/properties_mask_common.py
+++ b/release/scripts/startup/bl_ui/properties_mask_common.py
@@ -99,8 +99,6 @@ class MASK_PT_layers:
sub.operator("mask.layer_move", icon='TRIA_UP', text="").direction = 'UP'
sub.operator("mask.layer_move", icon='TRIA_DOWN', text="").direction = 'DOWN'
- layout.prop(active_layer, "name")
-
# blending
row = layout.row(align=True)
row.prop(active_layer, "alpha")