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>2013-04-10 03:54:11 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2013-04-10 03:54:11 +0400
commit0fe1616e13c44027cb3197c59375902c897fa08b (patch)
treef1ba8181951a805fb3120f74be29bf46bde5d7a8 /release/scripts/startup/bl_ui/properties_freestyle.py
parent34707c19f27043d534f1b2359b4f660d513f3cb6 (diff)
Fix for [#34934] Freestyle options are in wrong tab.
Added a label to guide users to line style settings in the Render Layers context (in line with the similar labels found in the Cloth and Soft Body modifier panels), so that Freestyle options per render layer can be more easily found.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_freestyle.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_freestyle.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/properties_freestyle.py b/release/scripts/startup/bl_ui/properties_freestyle.py
index cb59cd14232..0f41767ae5e 100644
--- a/release/scripts/startup/bl_ui/properties_freestyle.py
+++ b/release/scripts/startup/bl_ui/properties_freestyle.py
@@ -60,6 +60,9 @@ class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, Panel):
row.active = (rd.line_thickness_mode == 'ABSOLUTE')
row.prop(rd, "line_thickness")
+ split = layout.split()
+ split.label(text="Line style settings are found in the Render Layers context")
+
# Render layer properties