Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_topbar.py')
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 2e95ccd6db5..7598c6954d5 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -361,7 +361,7 @@ class _draw_left_context_mode:
sub.active = settings.use_thickness_curve
sub.popover(
panel="TOPBAR_PT_gpencil_primitive",
- text="Thickness Profile"
+ text="Thickness Profile",
)
if brush.gpencil_tool == 'FILL':
@@ -370,7 +370,7 @@ class _draw_left_context_mode:
sub = row.row(align=True)
sub.popover(
panel="TOPBAR_PT_gpencil_fill",
- text="Fill Options"
+ text="Fill Options",
)
@staticmethod
@@ -921,7 +921,7 @@ class TOPBAR_MT_help(Menu):
"wm.url_open", text="Blender Store", icon='URL',
).url = "https://store.blender.org"
layout.operator(
- "wm.url_open", text="Development Fund", icon='URL'
+ "wm.url_open", text="Development Fund", icon='URL',
).url = "https://fund.blender.org"
layout.operator(
"wm.url_open", text="Donate", icon='URL',