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.
This commit is contained in:
Tamito Kajiyama 2013-04-09 23:54:11 +00:00
parent 34707c19f2
commit 0fe1616e13

@ -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