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_pipe_joint.py')
-rw-r--r--add_mesh_pipe_joint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 057ad11a..b43d6564 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -172,7 +172,7 @@ def create_mesh_object(context, verts, edges, faces, name, edit, align_matrix):
# Use the active obj and select it.
ob_new = obj_act
- ob_new.selected = True
+ ob_new.select = True
if obj_act.mode == 'OBJECT':
# Get existing mesh datablock.