Freestyle: Show the Freestyle Line panel of the Material properties context also in Cycles

This commit is contained in:
Tamito Kajiyama 2014-07-09 09:48:16 +09:00
parent 1e513658de
commit d956a074e3
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ class MaterialFreestyleButtonsPanel():
class MATERIAL_PT_freestyle_line(MaterialFreestyleButtonsPanel, Panel):
bl_label = "Freestyle Line"
bl_options = {'DEFAULT_CLOSED'}
COMPAT_ENGINES = {'BLENDER_RENDER'} # TODO: 'CYCLES'
COMPAT_ENGINES = {'BLENDER_RENDER', 'CYCLES'}
def draw(self, context):
layout = self.layout