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:
authormifth <paulgeraskin@gmail.com>2014-06-18 15:08:03 +0400
committermifth <paulgeraskin@gmail.com>2014-06-18 15:08:03 +0400
commitafb042b87dec03a558ec7c52205cbb6e0c9c2aaf (patch)
tree0a95e9296392db6ae1a673f8a1d98bbd14cc55f8 /uv_texture_atlas.py
parent07f8fc7675752ff625684a6755688b111c05d032 (diff)
[TextureAtlas] fix - update data after copying UVs.
Diffstat (limited to 'uv_texture_atlas.py')
-rw-r--r--uv_texture_atlas.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 28a5b172..df630ca8 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -730,6 +730,7 @@ class TexAtl_SeparateObjects(Operator):
ob_original.hide_render = False
ob_original.select = False
ob_original.hide_select = isOriginalToSelect
+ ob_original.data.update()
# delete separeted object
bpy.ops.object.select_all(action='DESELECT')