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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-05 11:40:31 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-05-05 14:54:55 +0400
commitf5d9f45a6fe6af455fb3efadb3e7644d134adcf6 (patch)
tree7ac2c946c49f53666fcdd56abc368f680695d129 /release/scripts/startup/bl_ui/properties_freestyle.py
parent38a430c0272261eb5b40531008ac300ccdae3a18 (diff)
Freestyle: Revised a UI text for better understandability in the Outliner.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_freestyle.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_freestyle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_freestyle.py b/release/scripts/startup/bl_ui/properties_freestyle.py
index e979c031b43..31a638d3c7e 100644
--- a/release/scripts/startup/bl_ui/properties_freestyle.py
+++ b/release/scripts/startup/bl_ui/properties_freestyle.py
@@ -678,7 +678,7 @@ class RENDERLAYER_PT_freestyle_linestyle(RenderLayerFreestyleEditorButtonsPanel,
layout.separator()
row = layout.row()
- row.prop(linestyle, "use_texture", text="Use Textures")
+ row.prop(linestyle, "use_texture")
row.prop(linestyle, "texture_spacing", text="Spacing Along Stroke")
row = layout.row()