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_lamp_maker.py')
-rw-r--r--archimesh/achm_lamp_maker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_lamp_maker.py b/archimesh/achm_lamp_maker.py
index 09e30747..a5c6621b 100644
--- a/archimesh/achm_lamp_maker.py
+++ b/archimesh/achm_lamp_maker.py
@@ -401,7 +401,7 @@ def create_light_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')
generate_light(self)
return