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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archimesh/achm_kitchen_maker.py')
-rw-r--r--archimesh/achm_kitchen_maker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_kitchen_maker.py b/archimesh/achm_kitchen_maker.py
index ad3e1123..bf17a554 100644
--- a/archimesh/achm_kitchen_maker.py
+++ b/archimesh/achm_kitchen_maker.py
@@ -614,7 +614,7 @@ def create_kitchen_mesh(self):
for o in bpy.data.objects:
if o.select_get() is True:
o.select_set(False)
- bpy.ops.object.select_all(False)
+ bpy.ops.object.select_all(action='DESELECT')
# Create cabinets
generate_cabinets(self)