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")

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to