[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40553] trunk/blender/release/scripts/ startup/bl_ui/properties_material.py: back_culling to backface_culling - forgot to change this file

Dalai Felinto dfelinto at gmail.com
Mon Sep 26 09:01:02 CEST 2011


Revision: 40553
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40553
Author:   dfelinto
Date:     2011-09-26 07:01:02 +0000 (Mon, 26 Sep 2011)
Log Message:
-----------
back_culling to backface_culling - forgot to change this file

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_material.py

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_material.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_material.py	2011-09-26 06:56:41 UTC (rev 40552)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_material.py	2011-09-26 07:01:02 UTC (rev 40553)
@@ -625,7 +625,7 @@
         game = context.material.game_settings  # dont use node material
 
         row = layout.row()
-        row.prop(game, "back_culling")
+        row.prop(game, "backface_culling")
         row.prop(game, "invisible")
         row.prop(game, "text")
 




More information about the Bf-blender-cvs mailing list