[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41788] branches/soc-2008-mxcurioni/ release/scripts/startup/bl_ui/properties_render.py: Fix for an inconsistency of property names due to the remaining of

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun Nov 13 14:59:24 CET 2011


Revision: 41788
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41788
Author:   kjym3
Date:     2011-11-13 13:59:24 +0000 (Sun, 13 Nov 2011)
Log Message:
-----------
Fix for an inconsistency of property names due to the remaining of
a property in revision 41761.

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41761

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

Modified: branches/soc-2008-mxcurioni/release/scripts/startup/bl_ui/properties_render.py
===================================================================
--- branches/soc-2008-mxcurioni/release/scripts/startup/bl_ui/properties_render.py	2011-11-13 13:56:40 UTC (rev 41787)
+++ branches/soc-2008-mxcurioni/release/scripts/startup/bl_ui/properties_render.py	2011-11-13 13:59:24 UTC (rev 41788)
@@ -539,7 +539,7 @@
                 box.prop(modifier, "seed")
 
             elif modifier.type == "BACKBONE_STRETCHER":
-                box.prop(modifier, "amount")
+                box.prop(modifier, "backbone_length")
 
             elif modifier.type == "TIP_REMOVER":
                 box.prop(modifier, "tip_length")




More information about the Bf-blender-cvs mailing list