[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31535] branches/soc-2008-mxcurioni/ release/scripts/ui/properties_render.py: Fix for the RNA renaming in revision 31496.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Mon Aug 23 15:50:09 CEST 2010


Revision: 31535
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31535
Author:   kjym3
Date:     2010-08-23 15:50:09 +0200 (Mon, 23 Aug 2010)

Log Message:
-----------
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.

Revision Links:
--------------
    http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31496

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/release/scripts/ui/properties_render.py

Modified: branches/soc-2008-mxcurioni/release/scripts/ui/properties_render.py
===================================================================
--- branches/soc-2008-mxcurioni/release/scripts/ui/properties_render.py	2010-08-23 13:23:49 UTC (rev 31534)
+++ branches/soc-2008-mxcurioni/release/scripts/ui/properties_render.py	2010-08-23 13:50:09 UTC (rev 31535)
@@ -524,7 +524,7 @@
 
         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):





More information about the Bf-blender-cvs mailing list