Skip to content

Instantly share code, notes, and snippets.

@dskjal
Created September 5, 2016 04:28
Show Gist options
  • Save dskjal/f02122ccde5fdd7f17ec33c3a862787f to your computer and use it in GitHub Desktop.
Save dskjal/f02122ccde5fdd7f17ec33c3a862787f to your computer and use it in GitHub Desktop.
Blender で要素をグループ化
def draw(self, context):
layout = self.layout
row = layout.row(align=False)
box = row.box()
box.operator("my.button", text="1")
box.operator("my.button", text="2")
box.operator("my.button", text="3")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment