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:
-rw-r--r--release/scripts/ui/properties_physics_cloth.py3
-rw-r--r--release/scripts/ui/properties_physics_field.py1
-rw-r--r--release/scripts/ui/properties_physics_fluid.py1
-rw-r--r--release/scripts/ui/properties_physics_smoke.py1
-rw-r--r--release/scripts/ui/properties_physics_softbody.py1
5 files changed, 0 insertions, 7 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
diff --git a/release/scripts/ui/properties_physics_field.py b/release/scripts/ui/properties_physics_field.py
index 9776643de31..4dfe4f6372e 100644
--- a/release/scripts/ui/properties_physics_field.py
+++ b/release/scripts/ui/properties_physics_field.py
@@ -185,7 +185,6 @@ class PHYSICS_PT_collision(PhysicButtonsPanel):
wide_ui = context.region.width > narrowui
split = layout.split()
- split.operator_context = 'EXEC_DEFAULT'
if md:
# remove modifier + settings
diff --git a/release/scripts/ui/properties_physics_fluid.py b/release/scripts/ui/properties_physics_fluid.py
index c033b6b6870..e3e6e1dbb3d 100644
--- a/release/scripts/ui/properties_physics_fluid.py
+++ b/release/scripts/ui/properties_physics_fluid.py
@@ -43,7 +43,6 @@ class PHYSICS_PT_fluid(PhysicButtonsPanel):
wide_ui = context.region.width > narrowui
split = layout.split(percentage=0.5)
- split.operator_context = 'EXEC_DEFAULT'
if md:
# remove modifier + settings
diff --git a/release/scripts/ui/properties_physics_smoke.py b/release/scripts/ui/properties_physics_smoke.py
index 1f91b761e1a..b1cec9bb120 100644
--- a/release/scripts/ui/properties_physics_smoke.py
+++ b/release/scripts/ui/properties_physics_smoke.py
@@ -48,7 +48,6 @@ class PHYSICS_PT_smoke(PhysicButtonsPanel):
wide_ui = context.region.width > narrowui
split = layout.split()
- split.operator_context = 'EXEC_DEFAULT'
if md:
# remove modifier + settings
diff --git a/release/scripts/ui/properties_physics_softbody.py b/release/scripts/ui/properties_physics_softbody.py
index a582bfa520b..1cef6291c78 100644
--- a/release/scripts/ui/properties_physics_softbody.py
+++ b/release/scripts/ui/properties_physics_softbody.py
@@ -54,7 +54,6 @@ class PHYSICS_PT_softbody(PhysicButtonsPanel):
wide_ui = context.region.width > narrowui
split = layout.split()
- split.operator_context = 'EXEC_DEFAULT'
if md:
# remove modifier + settings