Skip to content

Commit

Permalink
chore: reinstate YouTube channel link in main UI panel
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-hm committed Apr 4, 2022
1 parent 126af0d commit 400371c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions interface/main_ui_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ def draw(self, context):
column = box.column()

row = column.row(align=True)
row.scale_y = 1.2
row.operator("wm.url_open", text="View Online Docs", icon='HOME').url = "https://docs.nd.hugemenace.co"
# TODO: Re-enable this when the YouTube channel is ready
# row.operator("wm.url_open", text="YouTube", icon='FILE_MOVIE').url = "https://www.youtube.com/watch?v=bg4qpt2hkHg&list=PLZmp_NXXf0kDj5wSa3VpftsNx62YNXEc6"
row.scale_y = 1.5
row.operator("wm.url_open", text="Website", icon='HOME').url = "https://docs.nd.hugemenace.co"
row.operator("wm.url_open", text="YouTube", icon='FILE_MOVIE').url = "https://www.youtube.com/channel/UCS9HsDPcaWQbo-4Brd7Yjmg"

box = layout.box()
box.label(text="Sketching", icon='GREASEPENCIL')
Expand Down

0 comments on commit 400371c

Please sign in to comment.