[Bf-extensions-cvs] [9055cf8] master: [TextureAtlas] Make TextureAtlas Closed by default.

mifth noreply at git.blender.org
Thu Sep 4 22:48:19 CEST 2014


Commit: 9055cf8ff82de9a58baba1ec685b3c85c5125504
Author: mifth
Date:   Fri Sep 5 00:48:14 2014 +0400
Branches: master
https://developer.blender.org/rBA9055cf8ff82de9a58baba1ec685b3c85c5125504

[TextureAtlas] Make TextureAtlas Closed by default.

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

M	uv_texture_atlas.py

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

diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index 51739ac..a525e93 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



More information about the Bf-extensions-cvs mailing list