[Bf-blender-cvs] [d956a07] master: Freestyle: Show the Freestyle Line panel of the Material properties context also in Cycles

Tamito Kajiyama noreply at git.blender.org
Tue Aug 12 03:16:59 CEST 2014


Commit: d956a074e31b278d06c6ee4841ee735b90ba22ea
Author: Tamito Kajiyama
Date:   Wed Jul 9 09:48:16 2014 +0900
Branches: master
https://developer.blender.org/rBd956a074e31b278d06c6ee4841ee735b90ba22ea

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

===================================================================

M	release/scripts/startup/bl_ui/properties_freestyle.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_freestyle.py b/release/scripts/startup/bl_ui/properties_freestyle.py
index d9e2ffb..03eb3f0 100644
--- a/release/scripts/startup/bl_ui/properties_freestyle.py
+++ b/release/scripts/startup/bl_ui/properties_freestyle.py
@@ -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




More information about the Bf-blender-cvs mailing list