From 0fe1616e13c44027cb3197c59375902c897fa08b Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Tue, 9 Apr 2013 23:54:11 +0000 Subject: [PATCH] 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. --- release/scripts/startup/bl_ui/properties_freestyle.py | 3 +++ 1 file changed, 3 insertions(+) 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