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-10-11 19:25:45 +0300
committerAntonioya <blendergit@gmail.com>2018-10-11 19:30:10 +0300
commit18f117594004e51f95f345d1a95bd8f54cd5bd11 (patch)
tree5a2731865652feab26de5ce39acaeaff7ae3b040 /release/scripts/startup/bl_ui
parentd12b3767f81d62a802411a42037d580a98923349 (diff)
GP: Add new Userprefs parameter to reverse layer list
This allows to configure the system as any other 2D software with the layers in a Top/Down order.
Diffstat (limited to 'release/scripts/startup/bl_ui')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index d4cce81ea86..423f6df9249 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -279,7 +279,7 @@ class USERPREF_PT_edit(Panel):
col.prop(edit, "grease_pencil_euclidean_distance", text="Euclidean Distance")
col.separator()
col.prop(edit, "use_grease_pencil_simplify_stroke", text="Simplify Stroke")
- col.separator()
+ col.prop(edit, "use_grease_pencil_reverse_layers", text="Layers order Top-Down")
col.separator()
col.separator()
col.separator()