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:
authorSpivak Vladimir (cwolf3d) <cwolf3d@gmail.com>2019-02-01 03:42:15 +0300
committerSpivak Vladimir (cwolf3d) <cwolf3d@gmail.com>2019-02-01 03:42:15 +0300
commit9dcdedcaa6c590b73ec01ec9de331b671d68c8c2 (patch)
treeaa82e2e64eae56e22a77edcee4cead93409afd92 /add_mesh_extra_objects/add_mesh_round_brilliant.py
parentcd7ffdb8441f0a547fb0ab7169d361a3b441198d (diff)
Update addon to Blender 2.8
Diffstat (limited to 'add_mesh_extra_objects/add_mesh_round_brilliant.py')
-rw-r--r--add_mesh_extra_objects/add_mesh_round_brilliant.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/add_mesh_extra_objects/add_mesh_round_brilliant.py b/add_mesh_extra_objects/add_mesh_round_brilliant.py
index 7794269e..b8bf393a 100644
--- a/add_mesh_extra_objects/add_mesh_round_brilliant.py
+++ b/add_mesh_extra_objects/add_mesh_round_brilliant.py
@@ -230,7 +230,7 @@ def addBrilliant(context, s, table_w, crown_h, girdle_t, pavi_d, bezel_f,
# Create object and link it into scene.
from bpy_extras import object_utils
- dobj = object_utils.object_data_add(context, dmesh, operator=None, name="dobj").object
+ dobj = object_utils.object_data_add(context, dmesh, operator=None, name="dobj")
# activate and select object
bpy.context.view_layer.objects.active = dobj