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:
authorMatt Ebb <matt@mke3.net>2010-04-23 05:06:28 +0400
committerMatt Ebb <matt@mke3.net>2010-04-23 05:06:28 +0400
commitd4e1bcb7f277ed43ea0467779cdadad5741e1f5d (patch)
treeca6167985ad275415d107cde27bafd2433b5e768 /release/scripts/ui/properties_physics_cloth.py
parent7f635f2c9161d054fdea15c19b3f544e445b5953 (diff)
Fix [#22120] Physics modifiers can't be removed
Diffstat (limited to 'release/scripts/ui/properties_physics_cloth.py')
-rw-r--r--release/scripts/ui/properties_physics_cloth.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/release/scripts/ui/properties_physics_cloth.py b/release/scripts/ui/properties_physics_cloth.py
index c7c1a0c828f..5aa15fe9403 100644
--- a/release/scripts/ui/properties_physics_cloth.py
+++ b/release/scripts/ui/properties_physics_cloth.py
@@ -62,7 +62,6 @@ class PHYSICS_PT_cloth(PhysicButtonsPanel):
wide_ui = context.region.width > narrowui
split = layout.split()
- split.operator_context = 'EXEC_DEFAULT'
if md:
# remove modifier + settings
@@ -78,8 +77,6 @@ class PHYSICS_PT_cloth(PhysicButtonsPanel):
if wide_ui:
split.column()
- split.operator_context = 'INVOKE_DEFAULT'
-
if md:
cloth = md.settings