Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-11-15 14:49:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-11-15 14:49:02 +0400
commitea0253472209ab6009ea78209158e3c9bd30ba21 (patch)
tree944632ea1ff20569d706af520312cd77325ea7c3 /release
parent3cf56d46d19773cca897d99201cfa56c20a1b2e1 (diff)
missed these while rna renaming.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py b/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
index 251606a6341..4e6c4063d2c 100644
--- a/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
+++ b/release/scripts/startup/bl_ui/properties_physics_dynamicpaint.py
@@ -260,9 +260,9 @@ class PHYSICS_PT_dp_canvas_output(PhysicButtonsPanel, Panel):
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()