rename id.update() to update_tag()

This commit is contained in:
Campbell Barton
2011-02-07 08:16:01 +00:00
parent 3b1f9d0501
commit fe45d789d8
32 changed files with 48 additions and 48 deletions

View File

@ -34,7 +34,7 @@ def create_and_link_mesh(name, faces, points):
bpy.context.scene.objects.link(ob)
# update mesh to allow proper display
mesh.update()
mesh.update_tag()
def faces_from_mesh(ob, apply_modifier=False, triangulate=True):