Fix for the RNA renaming in revision 31496. The problem was that
the Freestyle toggle button had disappeared from the Post Processing tab in the Render buttons.
This commit is contained in:
@@ -524,7 +524,7 @@ class RENDER_PT_post_processing(RenderButtonsPanel, bpy.types.Panel):
|
||||
|
||||
split = layout.split()
|
||||
col = split.column()
|
||||
col.prop(rd, "freestyle", text="Freestyle")
|
||||
col.prop(rd, "use_freestyle", text="Freestyle")
|
||||
|
||||
|
||||
class RENDER_PT_output(RenderButtonsPanel, bpy.types.Panel):
|
||||
|
||||
Reference in New Issue
Block a user