Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-07-09 04:48:16 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-08-12 05:10:13 +0400
commitd956a074e31b278d06c6ee4841ee735b90ba22ea (patch)
tree8ed27b7a243ffb9b084c0cfa03d8a3302703e63a /release
parent1e513658de9733299de052b95d45f16388254019 (diff)
Freestyle: Show the Freestyle Line panel of the Material properties context also in Cycles
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_freestyle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_freestyle.py b/release/scripts/startup/bl_ui/properties_freestyle.py
index d9e2ffb8b2f..03eb3f05c31 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