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:
authorCampbell Barton <ideasman42@gmail.com>2019-03-20 02:44:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-20 02:44:13 +0300
commit53f4fc7da9d4b7acd613430bfd0f97536cc164de (patch)
tree6b483be08221611a5848da6993c109ebfad2e707 /release/scripts/startup/bl_ui/space_topbar.py
parent310a1f728cf4ab3ca50f40c62e4ff4f4b280d62b (diff)
Cleanup: style
Diffstat (limited to 'release/scripts/startup/bl_ui/space_topbar.py')
-rw-r--r--release/scripts/startup/bl_ui/space_topbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_topbar.py b/release/scripts/startup/bl_ui/space_topbar.py
index 621126eb4ec..a3e4d6c2565 100644
--- a/release/scripts/startup/bl_ui/space_topbar.py
+++ b/release/scripts/startup/bl_ui/space_topbar.py
@@ -1043,6 +1043,7 @@ class TOPBAR_PT_gpencil_primitive(Panel):
# Curve
layout.template_curve_mapping(settings, "thickness_primitive_curve", brush=True)
+
# Grease Pencil Fill
class TOPBAR_PT_gpencil_fill(Panel):
bl_space_type = 'VIEW_3D'