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 'add_mesh_extra_objects/Wallfactory.py')
-rw-r--r--add_mesh_extra_objects/Wallfactory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_extra_objects/Wallfactory.py b/add_mesh_extra_objects/Wallfactory.py
index b6d7460f..f7edf659 100644
--- a/add_mesh_extra_objects/Wallfactory.py
+++ b/add_mesh_extra_objects/Wallfactory.py
@@ -877,7 +877,7 @@ class add_mesh_wallb(Operator):
# leave this out to prevent 'Tab key" going into edit mode :)
# Use rmb click to select and still modify.
scene.objects.active = ob_new
- ob_new.select = True
+ ob_new.select_set(True)
ob_new.location = tuple(context.scene.cursor_location)
ob_new.rotation_quaternion = [1.0, 0.0, 0.0, 0.0]