[TextureAtlas] Make TextureAtlas Closed by default.

This commit is contained in:
paul geraskin 2014-09-05 00:48:14 +04:00
parent f028fe8563
commit 9055cf8ff8
1 changed files with 1 additions and 1 deletions

View File

@ -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