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-09-05 00:48:14 +0400
committermifth <paulgeraskin@gmail.com>2014-09-05 00:48:14 +0400
commit9055cf8ff82de9a58baba1ec685b3c85c5125504 (patch)
tree850242d2f18bde8a227c60982a035c36dafd7c0b /uv_texture_atlas.py
parentf028fe85637ca70251cd8f3c1e1f4030c4df9c2b (diff)
[TextureAtlas] Make TextureAtlas Closed by default.
Diffstat (limited to 'uv_texture_atlas.py')
-rw-r--r--uv_texture_atlas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 51739acb..a525e933 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -80,7 +80,7 @@ class TexAtl_Main(Panel):
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'
bl_context = "render"
- COMPAT_ENGINES = {'BLENDER_RENDER'}
+ bl_options = {'DEFAULT_CLOSED'}
def draw(self, context):
scene = context.scene