Skip to content

Instantly share code, notes, and snippets.

@dskjal
Created September 5, 2016 04:29
Show Gist options
  • Save dskjal/be89d0a20354bf670987f1fa604227b8 to your computer and use it in GitHub Desktop.
Save dskjal/be89d0a20354bf670987f1fa604227b8 to your computer and use it in GitHub Desktop.
Blender でラベルとアイコンを配置
def draw(self, context):
layout = self.layout
layout.label("label", icon='TEXT')
layout.operator("my.button", text="1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment