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:
authorThomas Dinges <blender@dingto.org>2013-04-07 14:23:48 +0400
committerThomas Dinges <blender@dingto.org>2013-04-07 14:23:48 +0400
commit551f0fa091fcb8ea23ccbb1f6b5eadb16de39de7 (patch)
tree2222bed1b8df094bb9a91bf872c88d314ac22f2a /release
parentfd01e6736ad2dec0fc8914927418b3d3556240f9 (diff)
Freestyle UI:
* Remove "Unit" prefix from line thickness property. (discussed with Tamito in IRC)
Diffstat (limited to 'release')
-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 ab5ead8b991..cb59cd14232 100644
--- a/release/scripts/startup/bl_ui/properties_freestyle.py
+++ b/release/scripts/startup/bl_ui/properties_freestyle.py
@@ -58,7 +58,7 @@ class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, Panel):
row = layout.row()
row.active = (rd.line_thickness_mode == 'ABSOLUTE')
- row.prop(rd, "unit_line_thickness")
+ row.prop(rd, "line_thickness")
# Render layer properties