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_data_gpencil.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_data_gpencil.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_gpencil.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_gpencil.py b/release/scripts/startup/bl_ui/properties_data_gpencil.py
index 6c9caca4a7a..12af20c4a93 100644
--- a/release/scripts/startup/bl_ui/properties_data_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_data_gpencil.py
@@ -188,6 +188,9 @@ class DATA_PT_gpencil_layer_optionpanel(LayerDataButtonsPanel, Panel):
col = layout.row(align=True)
col.prop(gpl, "line_change", text="Stroke Thickness")
+ col = layout.row(align=True)
+ col.prop(gpl, "unlock_color", text="Unlock Color")
+
class DATA_PT_gpencil_parentpanel(LayerDataButtonsPanel, Panel):
bl_space_type = 'PROPERTIES'