New splash image for Beta.

This one focuses on the development fund campaign. We plan to do more
more splash updates during the Beta.
This commit is contained in:
2018-11-28 16:36:48 +01:00
parent 7c6fc8b275
commit 919503d204
4 changed files with 29 additions and 20 deletions

View File

@@ -2606,6 +2606,7 @@ class WM_MT_splash(Menu):
sub.operator("wm.save_userpref", text="Next")
layout.separator()
layout.separator()
def draw(self, context):
# Draw setup screen if no user preferences have been saved yet.
@@ -2683,6 +2684,7 @@ class WM_MT_splash(Menu):
).url = "https://www.blender.org/foundation/donation-payment/"
layout.separator()
layout.separator()
class WM_OT_drop_blend_file(Operator):