Skip to content
Snippets Groups Projects
Commit 5908a1b3 authored by Campbell Barton's avatar Campbell Barton
Browse files

correct for changes in svn.

parent 9421fec4
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ def add_object_data(context, obdata, operator=None):
ob.select = False
obj_new = bpy.data.objects.new(obdata.name, obdata)
obj_new.update()
obj_new.update_tag()
base = scene.objects.link(obj_new)
base.select = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment