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:
authorAntonioya <blendergit@gmail.com>2018-09-24 23:26:21 +0300
committerAntonioya <blendergit@gmail.com>2018-09-24 23:26:21 +0300
commitac747c96d99ff51b1730470957bd273a2329a9c3 (patch)
treec3127244c04155a7e4fb0bda19e23270ec25e352 /release/scripts/startup/bl_ui/properties_grease_pencil_common.py
parent2b628ba52b73eadec587354ed29ed59cf946b226 (diff)
GP: Move Unlock Color to Adjustments panel
This option is not used all the time and can be moved to additional panel
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_grease_pencil_common.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_grease_pencil_common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index 0165ec1a340..dc0999ed5a1 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -866,7 +866,6 @@ class GPENCIL_UL_layer(UIList):
row = layout.row(align=True)
row.prop(gpl, "lock", text="", emboss=False)
row.prop(gpl, "hide", text="", emboss=False)
- row.prop(gpl, "unlock_color", text="", emboss=False)
subrow = row.row(align=True)
subrow.prop(
gpl,