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:
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_freestyle.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_freestyle.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_freestyle.py b/release/scripts/startup/bl_ui/properties_freestyle.py
index 73ce26cc9e3..fb97dffefb9 100644
--- a/release/scripts/startup/bl_ui/properties_freestyle.py
+++ b/release/scripts/startup/bl_ui/properties_freestyle.py
@@ -60,7 +60,9 @@ class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, Panel):
row.active = (rd.line_thickness_mode == 'ABSOLUTE')
row.prop(rd, "line_thickness")
- layout.label(text="Line style settings are found in the Render Layers context")
+ row = layout.row()
+ row.label(text="Line style settings are found in the Render Layers context")
+ row.operator("wm.properties_context_change", text="", icon='BUTS').context = 'RENDER_LAYER'
# Render layer properties