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:
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 14db2e87..974d998c 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -77,6 +77,7 @@ def check_group_exist(self, context, use_report=True):
class TexAtl_Main(Panel):
+ bl_idname = "UVTEX_ATLAS_PT_main"
bl_label = "Texture Atlas"
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'