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:
authorDalai Felinto <dfelinto@gmail.com>2019-05-22 02:07:49 +0300
committerDalai Felinto <dfelinto@gmail.com>2019-05-22 02:08:40 +0300
commit07ec645862275ffe2d60e2d6481080aa0ae8b1f0 (patch)
treed424245ce1c8eb6d21b1931a6ab97d8bb1436ad2 /io_mesh_atomic
parent678f7523b013cdb81068e6e28f03cd724895f306 (diff)
Remove base from addons
This is a follow up to rB0910932e71d2.
Diffstat (limited to 'io_mesh_atomic')
-rw-r--r--io_mesh_atomic/utility_panel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_atomic/utility_panel.py b/io_mesh_atomic/utility_panel.py
index 776786c8..7fb2d8fa 100644
--- a/io_mesh_atomic/utility_panel.py
+++ b/io_mesh_atomic/utility_panel.py
@@ -190,7 +190,7 @@ def distance():
# In the 'OBJECT' mode
else:
- if len(bpy.context.selected_bases) > 1:
+ if len(bpy.context.selected_objects) > 1:
location1 = bpy.context.selected_objects[0].location
location2 = bpy.context.selected_objects[1].location
else: