[Bf-extensions-cvs] [afb042b] master: [TextureAtlas] fix - update data after copying UVs.

mifth noreply at git.blender.org
Wed Jun 18 13:08:08 CEST 2014


Commit: afb042b87dec03a558ec7c52205cbb6e0c9c2aaf
Author: mifth
Date:   Wed Jun 18 15:08:03 2014 +0400
https://developer.blender.org/rBAafb042b87dec03a558ec7c52205cbb6e0c9c2aaf

[TextureAtlas] fix - update data after copying UVs.

===================================================================

M	uv_texture_atlas.py

===================================================================

diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 28a5b17..df630ca 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')



More information about the Bf-extensions-cvs mailing list