Freestyle: removed the context switch button from the Freestyle panel in the Render properties window.

The button was intended to guide new users of Freestyle, but actually that is a matter
of documentation.  The button is unlikely to be frequently used once users get familiar
with Freestyle panels in other contexts.  Now that Freestyle has been part of Blender
since a while, it seems time to clean the UI.
This commit is contained in:
Tamito Kajiyama 2014-07-22 16:39:29 +09:00
parent aa7f9197c7
commit 12720352a0
1 changed files with 0 additions and 4 deletions

View File

@ -59,10 +59,6 @@ class RENDER_PT_freestyle(RenderFreestyleButtonsPanel, Panel):
if (rd.line_thickness_mode == 'ABSOLUTE'):
layout.prop(rd, "line_thickness")
row = layout.row()
row.label(text="Line style settings are in the Render Layers tab")
row.operator("wm.properties_context_change", text="", icon='RENDERLAYERS').context = 'RENDER_LAYER'
# Render layer properties