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>2018-10-25 04:03:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-25 04:03:34 +0300
commit23fdac8672965aaa7c08bc8e2db416ceff875ee6 (patch)
treeae84bd219c0fd3953369e4fc82f2308638704251 /release/scripts/startup/bl_ui/properties_physics_cloth.py
parentbf34f95a9ed1b5bafc31360459bee3ce13714371 (diff)
Cleanup: unused variables
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_cloth.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_cloth.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_cloth.py b/release/scripts/startup/bl_ui/properties_physics_cloth.py
index ee2415b26d3..ab281ef64d6 100644
--- a/release/scripts/startup/bl_ui/properties_physics_cloth.py
+++ b/release/scripts/startup/bl_ui/properties_physics_cloth.py
@@ -64,7 +64,6 @@ class PHYSICS_PT_cloth(PhysicButtonsPanel, Panel):
layout.use_property_split = True
md = context.cloth
- ob = context.object
cloth = md.settings
layout.active = cloth_panel_enabled(md)
@@ -236,7 +235,6 @@ class PHYSICS_PT_cloth_collision(PhysicButtonsPanel, Panel):
cloth = context.cloth.collision_settings
md = context.cloth
- ob = context.object
layout.active = (cloth.use_collision or cloth.use_self_collision) and cloth_panel_enabled(md)