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:
Tamito Kajiyama
2010-08-23 13:50:09 +00:00
parent bdd23c1a58
commit ec9b6354da

View File

@@ -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):