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_physics_dynamicpaint.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_physics_dynamicpaint.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py b/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
index 898e385ce3d..093da00a2d9 100644
--- a/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
+++ b/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
@@ -87,7 +87,6 @@ class PHYSICS_PT_dynamic_paint(PhysicButtonsPanel, Panel):
col.operator("dpaint.surface_slot_remove", icon='ZOOMOUT', text="")
if surface:
- layout.prop(surface, "name")
layout.prop(surface, "surface_format")
col = layout.column()