[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41869] trunk/blender/release/scripts/ startup/bl_ui/properties_physics_dynamicpaint.py: missed these while rna renaming.

Campbell Barton ideasman42 at gmail.com
Tue Nov 15 11:49:02 CET 2011


Revision: 41869
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41869
Author:   campbellbarton
Date:     2011-11-15 10:49:02 +0000 (Tue, 15 Nov 2011)
Log Message:
-----------
missed these while rna renaming.

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

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py	2011-11-15 10:32:08 UTC (rev 41868)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py	2011-11-15 10:49:02 UTC (rev 41869)
@@ -260,9 +260,9 @@
                 sub.prop(surface, "output_name_a", text="")
 
                 split = layout.split(percentage=0.4)
-                split.prop(surface, "do_output_b", text="Wetmaps:")
+                split.prop(surface, "use_output_b", text="Wetmaps:")
                 sub = split.row()
-                sub.active = surface.do_output_b
+                sub.active = surface.use_output_b
                 sub.prop(surface, "output_name_b", text="")
             else:
                 col = layout.column()




More information about the Bf-blender-cvs mailing list