Removed the Material Boundary option from the edge detection options in

the Parameter Editor mode.  The Material Boundary toggle button takes
effect only in the Python Scripting mode.  Instead the Parameter Editor
mode automatically determines which edge types need to be computed on the
basis of user-specified line selection criteria in terms of edge types.

Problem report from Light BWK through personal communications, thanks!
This commit is contained in:
Tamito Kajiyama
2013-06-13 11:10:18 +00:00
parent 54a42a4254
commit d958144b65

View File

@@ -138,7 +138,8 @@ class RENDERLAYER_PT_freestyle(RenderLayerFreestyleButtonsPanel, Panel):
col = split.column()
col.prop(freestyle, "use_smoothness")
col.prop(freestyle, "use_material_boundaries")
if freestyle.mode == 'SCRIPT':
col.prop(freestyle, "use_material_boundaries")
# Advanced options are hidden by default to warn new users
if freestyle.use_advanced_options: