mirror of
https://github.com/drewcassidy/TexTools-Blender
synced 2024-09-01 14:54:44 +00:00
HIDE_HEADER off for allow pin textools
This commit is contained in:
parent
3300075027
commit
4bae63cb94
@ -587,7 +587,9 @@ class UI_PT_Panel_Units(bpy.types.Panel):
|
||||
|
||||
def draw_header(self, _):
|
||||
layout = self.layout
|
||||
layout.label(text="Size: {} x {}".format(bpy.context.scene.texToolsSettings.size[0], bpy.context.scene.texToolsSettings.size[1]))
|
||||
row = layout.row(align=True)
|
||||
row.label(text ="TexTools")
|
||||
#layout.label(text="Size: {} x {}".format(bpy.context.scene.texToolsSettings.size[0], bpy.context.scene.texToolsSettings.size[1]))
|
||||
|
||||
def draw(self, context):
|
||||
layout = self.layout
|
||||
|
Loading…
Reference in New Issue
Block a user